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 961f6cd commit 3e69020Copy full SHA for 3e69020
.github/workflows/0-start-exercise.yml
@@ -93,7 +93,11 @@ jobs:
93
env:
94
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
95
96
- - name: Confirm Step 1 is enabled
97
- run: gh workflow view "Step 1" --json state
+ - name: Confirm workflows visible and enabled
+ run: |
98
+ echo "Listing all workflows:"
99
+ gh workflow list
100
+ echo "Checking Step 1 YAML:"
101
+ gh workflow view "Step 1" --yaml
102
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
103
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments