Skip to content

Commit

Permalink
Update update-prefixes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre committed Aug 5, 2021
1 parent 908c2fa commit 9342a53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-prefixes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

env:
GIT_BRANCH: "devel"
GIT_BRANCH: "master"
GIT_USER_NAME: "macbre"
GIT_USER_EMAIL: "<macbre@users.noreply.github.com>"

Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
if: ${{ success() }}
with:
source_branch: "prefixes-update" # see above
destination_branch: "devel"
destination_branch: ${{ env.GIT_BRANCH }}

# When you use the repository's GITHUB_TOKEN to perform tasks on behalf of the GitHub Actions app,
# events triggered by the GITHUB_TOKEN will not create a new workflow run.
Expand Down

0 comments on commit 9342a53

Please sign in to comment.