Skip to content

Commit 09cad40

Browse files
committed
Check content of github.head_ref
1 parent 351637e commit 09cad40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
name: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
3737
runs-on: ubuntu-20.04
3838
steps:
39+
- name: Print github.head_ref
40+
run: echo "${{ github.head_ref }}"
3941
- name: git checkout
4042
uses: actions/checkout@v3
4143
- name: Create MSSQL container

0 commit comments

Comments
 (0)