Skip to content

Commit

Permalink
Update format action
Browse files Browse the repository at this point in the history
  • Loading branch information
Matejkob committed Jun 29, 2024
1 parent c4d813f commit 8486937
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@ jobs:
exit 0
fi
- name: Commit changes
run: |
git config user.name "Mateusz Bąk"
git config user.email "[email protected]"
git checkout -b format-changes
git add -A
git commit -m "Apply swift-format changes"
git push --set-upstream origin format-changes
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Commit changes
# run: |
# git config user.name "Mateusz Bąk"
# git config user.email "[email protected]"
# git checkout -b format-changes
# git add -A
# git commit -m "Apply swift-format changes"
# git push --set-upstream origin format-changes

- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "Apply swift-format changes"
title: "Apply swift-format changes"

0 comments on commit 8486937

Please sign in to comment.