Skip to content

Commit

Permalink
CI: add merge again
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Oct 16, 2023
1 parent c97906b commit 790e192
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
with:
pr-title: "CI: bump flake inputs"

#- name: Merge Changes
# run: |
# gh pr merge ${{ steps.update.outputs.pull-request-number }} --squash --delete-branch
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Merge Changes
run: |
gh pr merge ${{ steps.update.outputs.pull-request-number }} --squash --delete-branch
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 790e192

Please sign in to comment.