diff --git a/.github/workflows/container-tests.yml b/.github/workflows/container-tests.yml index bc7d9fb8..9da211f7 100644 --- a/.github/workflows/container-tests.yml +++ b/.github/workflows/container-tests.yml @@ -18,7 +18,7 @@ jobs: && (contains(github.event.comment.body, '[test]') || contains(github.event.comment.body, '[test-all]')) && contains(fromJson('["OWNER", "MEMBER"]'), github.event.comment.author_association) steps: - - uses: sclorg/tfaga-wrapper@typescript + - uses: sclorg/tfaga-wrapper@main with: os_test: ${{ matrix.os_test }} version: ${{ matrix.version }} diff --git a/.github/workflows/openshift-tests.yml b/.github/workflows/openshift-tests.yml index 39e24c04..826f24b5 100644 --- a/.github/workflows/openshift-tests.yml +++ b/.github/workflows/openshift-tests.yml @@ -23,7 +23,7 @@ jobs: && (contains(github.event.comment.body, '[test-openshift]') || contains(github.event.comment.body, '[test-all]')) && contains(fromJson('["OWNER", "MEMBER"]'), github.event.comment.author_association) steps: - - uses: sclorg/tfaga-wrapper@typescript + - uses: sclorg/tfaga-wrapper@main with: os_test: ${{ matrix.os_test }} version: ${{ matrix.version }}