Skip to content

Commit 00c8080

Browse files
authored
call git-ref --type
1 parent f6075e0 commit 00c8080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts.tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ jobs:
7575
- name: get current reference
7676
run: |
7777
git-ref
78+
git-ref --type
7879
REF=$(git-ref)
79-
TYPE=$(git-ref --type)
8080
echo "Current ref: $REF $TYPE" >> $GITHUB_STEP_SUMMARY
8181
if [[ "$REF" != "${{ github.sha }}" ]]; then
8282
echo "Output of git-ref script ($REF) does not match github.sha (${{ github.sha }})"

0 commit comments

Comments
 (0)