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 8486937 commit 91699fc
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,10 @@ 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

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

0 comments on commit 91699fc

Please sign in to comment.