We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6075e0 commit 00c8080Copy full SHA for 00c8080
.github/workflows/scripts.tests.yml
@@ -75,8 +75,8 @@ jobs:
75
- name: get current reference
76
run: |
77
git-ref
78
+ git-ref --type
79
REF=$(git-ref)
- TYPE=$(git-ref --type)
80
echo "Current ref: $REF $TYPE" >> $GITHUB_STEP_SUMMARY
81
if [[ "$REF" != "${{ github.sha }}" ]]; then
82
echo "Output of git-ref script ($REF) does not match github.sha (${{ github.sha }})"
0 commit comments