File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed
Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change 1212 commit_message_based_labels :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
16- - name : Log repository details
17- run : |
18- echo "Repository Owner: ${{ github.repository_owner }}"
19- echo "Repository Name: ${{ github.repository }}"
20- echo "Commit SHA: ${{ github.sha }}"
21- echo "Ref: ${{ github.ref }}"
22- echo "Head Ref: ${{ github.head_ref }}"
23- echo "Base Ref: ${{ github.base_ref }}" # For pull requests
24- echo "Workflow: ${{ github.workflow }}"
25- echo "Run ID: ${{ github.run_id }}"
26- echo "Run Number: ${{ github.run_number }}"
27- echo "Event Name: ${{ github.event_name }}"
28- - name : List the files
29- run : ls -al
15+ - name : Log to show it passes.
16+ run : echo "This job passes"
You can’t perform that action at this time.
0 commit comments