Skip to content

Commit

Permalink
Fix remove tool re-runs
Browse files Browse the repository at this point in the history
  • Loading branch information
liliakai committed Sep 10, 2024
1 parent 26c2df6 commit 46b0866
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/remove-tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
uses: ad-m/github-push-action@master
with:
branch: remove-tool-${{ inputs.toolName }}
force: true

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
Expand All @@ -48,4 +49,4 @@ jobs:
branch: remove-tool-${{ inputs.toolName }}
commit-message: "Remove Tool: ${{ inputs.toolName }}"
title: "Remove Tool: ${{ inputs.toolName }}"
body: "This pull request removes ${{ inputs.toolName }} from gitbook/tools and from SUMMARY.md."
body: "This pull request removes ${{ inputs.toolName }} from gitbook/tools and from SUMMARY.md.\n\nCreated via workflow. In case of merge conflicts, re-run all jobs on [Run ${{ github.run_number }}](https://github.com/bellingcat/toolkit/actions/runs/${{ github.run_id }}).

0 comments on commit 46b0866

Please sign in to comment.