Skip to content

Commit

Permalink
Update update-mapping.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi authored Oct 21, 2024
1 parent ecac779 commit d92e97b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/update-mapping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
- name: Update mapping
run: |
./generate_mapping.sh
git add quarkiverse-mapping.properties
git commit -m "Update quarkiverse-mapping"
git push
if [[ `git status --porcelain` ]]; then
git commit -a -m "Update quarkiverse-mapping"
git push
fi
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d92e97b

Please sign in to comment.