Skip to content

Commit

Permalink
Debug commit
Browse files Browse the repository at this point in the history
  • Loading branch information
samhatfield committed Feb 5, 2025
1 parent 9d5d769 commit 057f1dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-hpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ jobs:
{% endfor %}
mkdir -p ${{ github.repository }}
pushd ${{ github.repository }}
echo "github.event_name = ${{ github.event_name }}"
echo "github.sha = ${{ github.sha }}"
echo "github.base_ref = ${{ github.base_ref }}"
echo "github.head_ref = ${{ github.head_ref }}"
git init
git remote add origin ${{ github.server_url }}/${{ github.repository }}
git fetch origin ${{ github.sha }}
Expand Down

0 comments on commit 057f1dc

Please sign in to comment.