We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f0c015 commit a5cf782Copy full SHA for a5cf782
.github/workflows/build-lxd.yml
@@ -63,6 +63,14 @@ jobs:
63
LXD_ARCH: "${{ inputs.arch || 'x86' }}"
64
LXC: "${{ needs.determine-runner.outputs.lxc_cmd }}"
65
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}"
74
- name: Checkout code
75
uses: actions/checkout@v4
76
with:
0 commit comments