Skip to content

Commit 0b665e9

Browse files
committed
small echo change
1 parent 42b9639 commit 0b665e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/approval.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ jobs:
1111
steps:
1212
- name: Run Integration Tests
1313
run: |
14-
echo ${{ github.head_ref }}
14+
echo "Testing echo"
15+
echo "$GITHUB_HEAD_REF"

0 commit comments

Comments
 (0)