Skip to content

Commit

Permalink
Fix committing
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Feb 8, 2025
1 parent 8ae907c commit 68d2ec3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install tool
run: sudo apt-get -o Acquire::Retries=5 install -y apktool
Expand All @@ -35,7 +37,7 @@ jobs:
git add tools/pif.json
msg="Update PIF"
if [[ "$(git show --format="%s" --no-patch)" == "$msg" ]]; then
git commit --amend
git commit --amend --no-edit
else
git commit -m "$msg"
fi
Expand Down

0 comments on commit 68d2ec3

Please sign in to comment.