mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Use peter-evans/create-pull-request@v3
This commit is contained in:
2
.github/workflows/clang-format.yml
vendored
2
.github/workflows/clang-format.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
cd Fwk/AppFwk
|
cd Fwk/AppFwk
|
||||||
find -name *.h -o -name *.cpp -o -name *.inl | grep -v gtest | xargs clang-format -i
|
find -name *.h -o -name *.cpp -o -name *.inl | grep -v gtest | xargs clang-format -i
|
||||||
git diff
|
git diff
|
||||||
- uses: peter-evans/create-pull-request@v2
|
- uses: peter-evans/create-pull-request@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
commit-message: 'Fixes by clang-format'
|
commit-message: 'Fixes by clang-format'
|
||||||
|
|||||||
Reference in New Issue
Block a user