.github/workflows/repo-list.yml: fix

This commit is contained in:
zowoq 2023-07-28 11:50:07 +10:00
parent df3458c4c1
commit 43d806e3fe

View file

@ -29,6 +29,7 @@ jobs:
title: ${{ steps.setup.outputs.title }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Enable Automerge
if: steps.update.outputs.pull-request-operation == 'created'
run: gh pr merge --rebase --auto "${{ steps.update.outputs.pull-request-number }}"
env:
GH_TOKEN: ${{ secrets.GH_TOKEN_FOR_UPDATES }}