We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e668adb commit 95eea9aCopy full SHA for 95eea9a
1 file changed
.github/workflows/documentation.yml
@@ -71,7 +71,7 @@ jobs:
71
name: generated-docs-html
72
path: docs/build/html
73
74
- - run: echo ${{ github }}
+ - run: echo ${{ github.event_name }} ${{ github.ref_name }} ${{ github.ref_type }}
75
76
77
pages-commit:
0 commit comments