Skip to content

Commit 17496a4

Browse files
authored
Update update_apps.yml
1 parent 7275ff7 commit 17496a4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/update_apps.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
git config --global user.email "actions@github.com"
2626
git config --global user.name "GitHub Actions"
2727
git add -A
28-
git commit -m "Update $(cat updates_list.txt && rm updates_list.txt)"
28+
cat updates_list.txt > /tmp/updates && rm -r updates_list.txt
29+
git commit -m "Update $(cat /tmp/updates)"
2930
3031
- name: Push changes
3132
run: |

0 commit comments

Comments
 (0)