Skip to content

Commit

Permalink
build-lxd.yml: Add debug output
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
  • Loading branch information
theCalcaholic committed May 6, 2024
1 parent 7f0c015 commit a5cf782
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-lxd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ jobs:
LXD_ARCH: "${{ inputs.arch || 'x86' }}"
LXC: "${{ needs.determine-runner.outputs.lxc_cmd }}"
steps:
- name: debug ref variables
run: |
set -x
echo "inputs.git_ref: ${{ inputs.git_ref }}"
echo "github.head_ref: ${{ github.head_ref }}"
echo "github.ref_name: ${{ github.ref_name }}"
echo "GITHUB_REF: ${GITHUB_REF}"
echo "GITHUB_HEAD_REF: ${GITHUB_HEAD_REF}"
- name: Checkout code
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit a5cf782

Please sign in to comment.