We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6a69f commit ed2ab62Copy full SHA for ed2ab62
.github/workflows/centos-stream8.yml
@@ -4,6 +4,11 @@ jobs:
4
runs-on: ubuntu-latest
5
environment: centosduffy
6
steps:
7
+ - name: Print context
8
+ run: |
9
+ echo "Event: ${{ github.event_name }}"
10
+ echo "Workflow file: $GITHUB_WORKFLOW"
11
+ echo "Branch: ${{ github.ref }}"
12
- uses: "actions/checkout@v4"
13
- uses: "actions/setup-python@v5"
14
- with:
0 commit comments