Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Takamasa Horibe <[email protected]>
  • Loading branch information
TakaHoribe committed Jun 17, 2024
1 parent a308fa4 commit 5bfc3d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
with:
ref: ${{ github.event.inputs.target_branch_or_tag }}

- name: Display checked out branch or tag
run: echo 'Checked out branch/tag to: ${{ github.event.inputs.target_branch_or_tag }}'

- name: Show disk space before the tasks
run: df -h

Expand Down

0 comments on commit 5bfc3d9

Please sign in to comment.