Skip to content

Commit 914eb6e

Browse files
committed
let's try this one
1 parent 0840f6d commit 914eb6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wrap.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
8686
# Push changes
8787
- name: Push changes
88-
if: ${{ WRAPPED == "True" }}
88+
if: $WRAPPED == "True"
8989
uses: ad-m/github-push-action@master
9090
with:
9191
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)