Skip to content

Commit a5cf782

Browse files
committed
build-lxd.yml: Add debug output
Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
1 parent 7f0c015 commit a5cf782

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build-lxd.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,14 @@ jobs:
6363
LXD_ARCH: "${{ inputs.arch || 'x86' }}"
6464
LXC: "${{ needs.determine-runner.outputs.lxc_cmd }}"
6565
steps:
66+
- name: debug ref variables
67+
run: |
68+
set -x
69+
echo "inputs.git_ref: ${{ inputs.git_ref }}"
70+
echo "github.head_ref: ${{ github.head_ref }}"
71+
echo "github.ref_name: ${{ github.ref_name }}"
72+
echo "GITHUB_REF: ${GITHUB_REF}"
73+
echo "GITHUB_HEAD_REF: ${GITHUB_HEAD_REF}"
6674
- name: Checkout code
6775
uses: actions/checkout@v4
6876
with:

0 commit comments

Comments
 (0)