We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9314163 commit 1c52005Copy full SHA for 1c52005
1 file changed
.github/workflows/web.yml
@@ -53,4 +53,4 @@ jobs:
53
mv ../master/FNAPIcom.js ./FNAPIcom.js
54
git add . -A
55
git diff-index --quiet HEAD || git commit -m "Built for ${CURRENT_BRANCH}: ${GITHUB_SHA}"
56
- git push https://FNAPIcomBot:${{ secrets.BOT_PAT }}@github.com/ThisNils/FNAPIcom web
+ git push https://FNAPIcomBot:${{ secrets.BOT_PAT }}@github.com/Fortnite-API/nodejs-wrapper web
0 commit comments