We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a04e37a commit 0612501Copy full SHA for 0612501
.github/workflows/main_py_to_bitly.yml
@@ -13,4 +13,4 @@
13
- name: get path of main.py
14
run: echo "path_of_main_py=$(git diff --name-only HEAD~1 HEAD | grep '/main.py')"
15
- name: print path_of_main_py
16
- run: echo "${{ steps.with.path_of_main_py }}"
+ run: echo "${{ env.path_of_main_py }}"
0 commit comments