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 abd91ae commit 675d5caCopy full SHA for 675d5ca
.github/workflows/misc_0.yml
@@ -91,6 +91,10 @@ jobs:
91
- name: Check workflows are up to date
92
run: git diff --exit-code || (echo 'Generated code is out of date, run "tox -e generate" and commit the changes in this PR.' && exit 1)
93
94
+ test:
95
+ name: test
96
+ run: echo "${{ toJson(github) }}"
97
+
98
generate-workflows:
99
name: generate-workflows
100
runs-on: ubuntu-latest
0 commit comments