Skip to content

Commit

Permalink
Merge pull request #65 from ergebnis/fix/move
Browse files Browse the repository at this point in the history
Fix: Move actions
  • Loading branch information
localheinz authored Jan 24, 2022
2 parents 6641461 + 47b3a55 commit 0160536
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@ jobs:
});
- name: "Assign @ergebnis-bot"
uses: "./.github/actions/github/add-assignee-to-pull-request"
uses: "./.github/actions/github/pull-request/add-assignee"
with:
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"
assignee: "ergebnis-bot"

- name: "Approve pull request"
uses: "./.github/actions/github/approve-pull-request"
uses: "./.github/actions/github/pull-request/approve"
with:
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"

- name: "Merge pull request"
uses: "./.github/actions/github/merge-pull-request"
uses: "./.github/actions/github/pull-request/merge"
with:
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"

0 comments on commit 0160536

Please sign in to comment.