Skip to content

Commit

Permalink
Merge pull request #189 from cfengine/gh-actions-updates
Browse files Browse the repository at this point in the history
GH Actions: Update create-pull-request
  • Loading branch information
olehermanse committed Mar 4, 2024
2 parents 5230ee3 + f70a04b commit f79f499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/black-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
echo ::set-output name=body::$body
- name: Create Pull Request
if: hashFiles('git_diff_exists') != ''
uses: cfengine/create-pull-request@v3
uses: cfengine/create-pull-request@v6
with:
title: Reformatted python code using Black formatter
body: ${{ steps.commit-message-from-file.outputs.body }}
Expand Down

0 comments on commit f79f499

Please sign in to comment.