Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Attempting fix for icon update
  • Loading branch information
Keboo committed Jan 15, 2023
commit 56265ba19548c82ff5188dd396c2bd32c3bc2b6d
13 changes: 5 additions & 8 deletions .github/workflows/icon_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,8 @@ jobs:
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
$commitMessage = @"
[bot] Pack Icon update


skip-checks: true
"@
git commit -m "$commitMessage" --all
git push
git checkout -b "automated/icon_update"
git commit -m "[bot] Pack Icon update" --all
git push
gh pr create --fill
gh pr merge --auto