File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ jobs:
279279
280280 - name : Generate Assertion Document
281281 id : assertiondoc
282- uses : nginxinc/compliance-rules/.github/actions/assertion@test/debug-level
282+ uses : nginxinc/compliance-rules/.github/actions/assertion@main
283283 with :
284284 artifact-name : ${{ github.event.repository.name }}_${{ github.sha }}_${{ github.run_number }}_${{ matrix.gateway.os }}_${{ matrix.gateway.arch }}
285285 artifact-digest : ${{ matrix.gateway.digest }}
@@ -299,7 +299,7 @@ jobs:
299299
300300 - name : Sign and Store Assertion Document
301301 id : sign
302- uses : nginxinc/compliance-rules/.github/actions/sign@test/debug-level
302+ uses : nginxinc/compliance-rules/.github/actions/sign@main
303303 with :
304304 assertion-doc : ${{ steps.assertiondoc.outputs.assertion-document-path }}
305305
You can’t perform that action at this time.
0 commit comments