Skip to content

Commit

Permalink
#40 Don't create PR when nothing was commited
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeliot-Tm committed Oct 8, 2024
1 parent 3347ba5 commit e831f77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/todo-registrar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
branch: ${{ steps.branch_name.outputs.branch_name }}

- name: Create pull request
if: ${{ ! steps.commit.outputs.result }}
env:
GITHUB_TOKEN: ${{ secrets.GH_TODO_REGISTRAR_ACCESS_TOKEN }}
run: |
Expand Down

0 comments on commit e831f77

Please sign in to comment.