Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simonegaffurini authored Dec 4, 2024
1 parent 22e9042 commit e6dca53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.CI_GITHUB_TOKEN }}
- uses: dorny/paths-filter@v2
id: changes
with:
Expand All @@ -34,4 +36,4 @@ jobs:
- uses: stefanzweifel/git-auto-commit-action@v5
if: ${{ steps.changes.outputs.src == 'true' }}
with:
commit_message: Automatic build
commit_message: 'Automatic build skip-checks: true'

0 comments on commit e6dca53

Please sign in to comment.