Skip to content

Commit 2d41d37

Browse files
committed
Test
1 parent 57a9e56 commit 2d41d37

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/wrap.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
git add ${WRAPPED}
8282
git commit -m "Wrap translations"
8383
echo "WRAPPED=True" >> $GITHUB_ENV
84+
echo test
8485
fi
8586
8687
# Push changes
@@ -89,4 +90,4 @@ jobs:
8990
uses: ad-m/github-push-action@master
9091
with:
9192
github_token: ${{ secrets.GITHUB_TOKEN }}
92-
branch: ${{ github.event.pull_request.head.ref }}
93+
branch: ${{ github.event.pull_request.head.ref }}

0 commit comments

Comments
 (0)