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 57a9e56 commit 2d41d37Copy full SHA for 2d41d37
1 file changed
.github/workflows/wrap.yml
@@ -81,6 +81,7 @@ jobs:
81
git add ${WRAPPED}
82
git commit -m "Wrap translations"
83
echo "WRAPPED=True" >> $GITHUB_ENV
84
+ echo test
85
fi
86
87
# Push changes
@@ -89,4 +90,4 @@ jobs:
89
90
uses: ad-m/github-push-action@master
91
with:
92
github_token: ${{ secrets.GITHUB_TOKEN }}
- branch: ${{ github.event.pull_request.head.ref }}
93
+ branch: ${{ github.event.pull_request.head.ref }}
0 commit comments