We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0840f6d commit 914eb6eCopy full SHA for 914eb6e
.github/workflows/wrap.yml
@@ -85,7 +85,7 @@ jobs:
85
86
# Push changes
87
- name: Push changes
88
- if: ${{ WRAPPED == "True" }}
+ if: $WRAPPED == "True"
89
uses: ad-m/github-push-action@master
90
with:
91
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments