From 2fa8a509ca783d465439154c573dc108d0a2c5ec Mon Sep 17 00:00:00 2001 From: Volodymyr Zotov Date: Wed, 13 Aug 2025 16:08:37 -0500 Subject: [PATCH] Point to the latest main for acceptance tests --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5ad43bc..6925d4e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository ) - uses: 1password/load-secrets-action/.github/workflows/acceptance-test.yml@vzt/use-op-cli-installer #TODO: after merge, this to main, revert to consume yml file from main (delete '@vzt/use-op-cli-installer') + uses: 1password/load-secrets-action/.github/workflows/acceptance-test.yml@main secrets: inherit strategy: matrix: @@ -50,7 +50,7 @@ jobs: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository ) - uses: 1password/load-secrets-action/.github/workflows/acceptance-test.yml@vzt/use-op-cli-installer #TODO: after merge, this to main, revert to consume yml file from main (delete '@vzt/use-op-cli-installer') + uses: 1password/load-secrets-action/.github/workflows/acceptance-test.yml@main secrets: inherit strategy: matrix: @@ -78,7 +78,7 @@ jobs: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository ) - uses: 1password/load-secrets-action/.github/workflows/acceptance-test.yml@vzt/use-op-cli-installer #TODO: after merge, this to main, revert to consume yml file from main (delete '@vzt/use-op-cli-installer') + uses: 1password/load-secrets-action/.github/workflows/acceptance-test.yml@main secrets: inherit strategy: matrix: