We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 954aa6c commit 665a93dCopy full SHA for 665a93d
.github/workflows/verify.yaml
@@ -49,6 +49,5 @@ jobs:
49
run: |
50
gem install bundler
51
bundle install --jobs 4 --retry 3
52
- COVERALLS_GIT_BRANCH="$(git rev-parse --abbrev-ref HEAD)"
53
- echo $COVERALLS_GIT_BRANCH
+ echo "ref: $GITHUB_REF"
54
bin/test
0 commit comments