Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5bfc3d9

Browse files
committedJun 17, 2024·
fix
Signed-off-by: Takamasa Horibe <[email protected]>
1 parent a308fa4 commit 5bfc3d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/build-and-test.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
with:
3232
ref: ${{ github.event.inputs.target_branch_or_tag }}
3333

34+
- name: Display checked out branch or tag
35+
run: echo 'Checked out branch/tag to: ${{ github.event.inputs.target_branch_or_tag }}'
36+
3437
- name: Show disk space before the tasks
3538
run: df -h
3639

0 commit comments

Comments
 (0)
Please sign in to comment.