Skip to content

Commit 16a2011

Browse files
committed
add log to what file is used
1 parent cb5ce31 commit 16a2011

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/help-command.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ permissions:
1010
pull-requests: write
1111

1212
jobs:
13+
log-workflow-branch:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- name: Identify Workflow Branch
17+
run:
18+
echo "Workflow branch ref: ${{ github.ref }}"
19+
1320
show-help:
1421
if: |
1522
github.event_name == 'workflow_dispatch' ||

0 commit comments

Comments
 (0)