Skip to content

Commit

Permalink
Merge pull request #8 from pentamassiv/dependabot/github_actions/stef…
Browse files Browse the repository at this point in the history
…anzweifel/git-auto-commit-action-5

Bump stefanzweifel/git-auto-commit-action from 4 to 5
  • Loading branch information
pentamassiv authored Apr 10, 2024
2 parents e68160c + 3c40929 commit ee8075e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Check_firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
run: |
curl -s "https://tech.concept2.com/api/firmware/latest" -H "Authorization: Basic ""$CONCEPT2_API_TOKEN" | jq -r '.data[] | [.status, .machine, .release_date, .short_description, .files[0].name] | @tsv' > current_versions.txt
- name: Create Pull Request
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Github Actions found newer firmware

0 comments on commit ee8075e

Please sign in to comment.