Skip to content

Commit

Permalink
Fix dependency updater GitHub Action. (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored Jul 3, 2023
1 parent 4a677e3 commit 269ae7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

pr:
if: github.repository_owner == 'obi1kenobi'
name: amend PR
name: open or amend PR
needs: update
runs-on: ubuntu-latest
permissions:
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
if: steps.edit.outcome != 'success'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run:
run: |
set -euo pipefail
gh pr create --title "${PR_TITLE}" --body-file body.md --repo "$GITHUB_REPOSITORY" --label R-automated
gh pr merge --squash --auto --delete-branch

0 comments on commit 269ae7d

Please sign in to comment.