Skip to content

Commit

Permalink
ci: remove condition to create PR on update
Browse files Browse the repository at this point in the history
Signed-off-by: Romain Billon <[email protected]>
  • Loading branch information
Rbillon59 committed Oct 29, 2024
1 parent 88d654f commit 929e160
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/update-to-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
sed -i "s/## \[Unreleased\]/## \[Unreleased\]\n\n## [ ${new_version} ] - $(date +%Y-%m-%d) \n\n Bump n8n to ${n8n_version} /g" CHANGELOG.md
- name: create pull request
if: steps.check_update.outputs.update_needed == 'true'
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.CR_PAT }}
Expand Down

0 comments on commit 929e160

Please sign in to comment.