Skip to content

Commit

Permalink
Use GitHub SHA for config server tests
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-tom authored Nov 8, 2023
1 parent 1de6338 commit 9f360db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Dispatch Postgres Config Server E2E tests
uses: aurelien-baudet/workflow-dispatch@v2
with:
inputs: '{ "connector": "${{ steps.short-git-hash.outputs.hash }}" }'
inputs: '{ "connector": "${{ github.sha }}" }'
repo: hasura/v3-e2e-testing
ref: main
token: ${{ secrets.E2E_WORKFLOW_PAT }}
Expand Down

0 comments on commit 9f360db

Please sign in to comment.