Skip to content

Commit 66eb81b

Browse files
Update main.yml
1 parent 2c27b8b commit 66eb81b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
rm -rf ..?* .[!.]* *
3131
git clone "https://github.com/abcdesktopio/docs.git" .
3232
33-
- name: dump env
33+
- name: dump vars
3434
run: |
35-
echo ABCDESKTOP_LATEST_RELEASE is {{ env.ABCDESKTOP_LATEST_RELEASE }}
35+
echo ABCDESKTOP_LATEST_RELEASE is {{ vars.ABCDESKTOP_LATEST_RELEASE }}
3636
3737
- uses: actions/setup-python@v2
3838
with:

0 commit comments

Comments
 (0)