Skip to content

Commit

Permalink
ci: don't assume remote branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
cwillisf committed Nov 22, 2023
1 parent 10905d5 commit 9aafa62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily-tx-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
else
git commit -m "pull new editor translations from Transifex"
echo "MADE_CHANGES=true" >> "$GITHUB_OUTPUT"
git push origin HEAD:master
git push
fi
call-ci-cd:
uses: ./.github/workflows/ci-cd.yml
Expand Down

0 comments on commit 9aafa62

Please sign in to comment.