Skip to content

Commit ed2ab62

Browse files
committed
so confused...
1 parent 2c6a69f commit ed2ab62

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/centos-stream8.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ jobs:
44
runs-on: ubuntu-latest
55
environment: centosduffy
66
steps:
7+
- name: Print context
8+
run: |
9+
echo "Event: ${{ github.event_name }}"
10+
echo "Workflow file: $GITHUB_WORKFLOW"
11+
echo "Branch: ${{ github.ref }}"
712
- uses: "actions/checkout@v4"
813
- uses: "actions/setup-python@v5"
914
- with:

0 commit comments

Comments
 (0)