We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3dd8d1 commit 7e25fa2Copy full SHA for 7e25fa2
.github/workflows/update-docs.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: actions/checkout@v2
27
28
- name: check
29
- run: echo "${BASEDIR}"
+ run: echo "${env.BASEDIR}"
30
31
- name: Setup Python
32
uses: actions/setup-python@v2.3.1
0 commit comments