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 2c27b8b commit 66eb81bCopy full SHA for 66eb81b
.github/workflows/main.yml
@@ -30,9 +30,9 @@ jobs:
30
rm -rf ..?* .[!.]* *
31
git clone "https://github.com/abcdesktopio/docs.git" .
32
33
- - name: dump env
+ - name: dump vars
34
run: |
35
- echo ABCDESKTOP_LATEST_RELEASE is {{ env.ABCDESKTOP_LATEST_RELEASE }}
+ echo ABCDESKTOP_LATEST_RELEASE is {{ vars.ABCDESKTOP_LATEST_RELEASE }}
36
37
- uses: actions/setup-python@v2
38
with:
0 commit comments