Skip to content

Commit

Permalink
remove @main
Browse files Browse the repository at this point in the history
  • Loading branch information
msmouse committed Sep 27, 2023
1 parent aca35e1 commit 51ce83c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/replay-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
github.event_name == 'push' ||
github.event_name == 'workflow_dispatch' && (inputs.CHAIN_NAME == 'testnet' || inputs.CHAIN_NAME == 'all')
needs: determine-test-metadata
uses: aptos-labs/aptos-core/.github/workflows/workflow-run-replay-verify.yaml@main
uses: aptos-labs/aptos-core/.github/workflows/workflow-run-replay-verify.yaml
secrets: inherit
with:
GIT_SHA: ${{ inputs.GIT_SHA }}
Expand All @@ -71,7 +71,7 @@ jobs:
github.event_name == 'push' ||
github.event_name == 'workflow_dispatch' && (inputs.CHAIN_NAME == 'mainnet' || inputs.CHAIN_NAME == 'all' )
needs: determine-test-metadata
uses: aptos-labs/aptos-core/.github/workflows/workflow-run-replay-verify.yaml@main
uses: aptos-labs/aptos-core/.github/workflows/workflow-run-replay-verify.yaml
secrets: inherit
with:
GIT_SHA: ${{ inputs.GIT_SHA }}
Expand All @@ -88,7 +88,7 @@ jobs:
test-replay:
if: ${{ github.event_name == 'pull_request' }}
needs: determine-test-metadata
uses: aptos-labs/aptos-core/.github/workflows/workflow-run-replay-verify.yaml@main
uses: aptos-labs/aptos-core/.github/workflows/workflow-run-replay-verify.yaml
secrets: inherit
with:
GIT_SHA: ${{ github.event.pull_request.head.sha }}
Expand Down

0 comments on commit 51ce83c

Please sign in to comment.