Skip to content

Commit

Permalink
chore: try setting the git sha differently
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jul 2, 2021
1 parent 8f5ad8d commit 9bddef6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,9 @@ jobs:
ruby-version: "2.7"
- run: "bundle install"
- name: Verify pacts
run: "GIT_BRANCH=${GITHUB_REF##*/} bundle exec rake pact:verify"
run: "GIT_SHA=${GITHUB_SHA} GIT_BRANCH=${GITHUB_REF##*/} bundle exec rake pact:verify"
env:
PACTFLOW_PACT_OSS_TOKEN: ${{ secrets.PACTFLOW_PACT_OSS_TOKEN }}
GIT_SHA: ${{ env.GITHUB_SHA }}
bundle-audit:
if: "!contains(github.event.head_commit.message, '[ci-skip]')"
runs-on: "ubuntu-latest"
Expand Down

0 comments on commit 9bddef6

Please sign in to comment.