Skip to content

Commit

Permalink
UbuntuGH.yml: Add run clause to checkout diagnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay authored Jan 5, 2025
1 parent 245e892 commit 10f84d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/UbuntuGH.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- uses: actions/checkout@v4
- name: Checked out to `github.ref=${{ github.ref }}` and `github.sha=${{ github.sha }}`
# run: "echo Ref: ${{ github.ref }}, SHA: ${{ github.sha }}"
run: "echo Ref: ${{ github.ref }}, SHA: ${{ github.sha }}" # this is printing the vars twice... TODO try improving

- name: Running iniPC script for the 1st time should not fail.
run: ./run_init.sh --noninteractive
Expand Down

0 comments on commit 10f84d4

Please sign in to comment.