Skip to content

Commit

Permalink
Merge pull request #272 from Pylons/fix-env-var-interpolation
Browse files Browse the repository at this point in the history
set CI_COMMIT_SHA properly
  • Loading branch information
digitalresistor committed Apr 27, 2020
2 parents b97a3bb + a7df36a commit 35c8173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: yarn lint
- run: yarn build
env:
CI_COMMIT_SHA: "$GITHUB_SHA"
CI_COMMIT_SHA: ${{ github.sha }}
- name: Upload artifacts
uses: actions/upload-artifact@master
with:
Expand Down

0 comments on commit 35c8173

Please sign in to comment.