Skip to content

Commit

Permalink
use passed in template vars for ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Rowe authored and Josh Rowe committed Nov 2, 2019
1 parent 61308d6 commit c12063c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ jobs:
env:
COVERALLS_REPO_TOKEN: ${{ secrets.github_token }}
COVERALLS_SERVICE_NAME: github
COVERALLS_GIT_BRANCH: $GITHUB_REF
COVERALLS_GIT_COMMIT: $GITHUB_SHA
GIT_BRANCH: $GITHUB_REF
GIT_COMMIT: $GITHUB_SHA
GIT_BRANCH: ${{ github.ref }}
GIT_COMMIT: ${{ github.sha }}
run: |
pip install pytest pytest-cov poetry boto3 moto coveralls
poetry install
Expand Down

0 comments on commit c12063c

Please sign in to comment.