We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bad3f7c commit 5f8eb53Copy full SHA for 5f8eb53
.github/workflows/myst-to-pages.yml
@@ -44,6 +44,8 @@ jobs:
44
# env:
45
# var: value
46
steps:
47
+ - name: Display uid
48
+ run: id
49
- name: Checkout repository
50
uses: actions/checkout@v5
51
- name: "Python venv & requirements.txt"
0 commit comments