We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf829d commit f38bb35Copy full SHA for f38bb35
1 file changed
.github/workflows/my-git-helper.yml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
git config --global user.name "web-flow"
29
git config --global user.email "noreply@github.com"
30
- git add programs/*-appimages programs/*-portable
+ git add programs
31
if git diff-index --quiet HEAD; then
32
echo "No changes to commit." >> $GITHUB_STEP_SUMMARY
33
else
0 commit comments