mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2025-12-15 19:12:22 +01:00
Fix workflow
This commit is contained in:
5
.github/workflows/web.yml
vendored
5
.github/workflows/web.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@ -38,4 +38,5 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
COMMIT_NAME: "github-actions[bot]"
|
||||
COMMIT_EMAIL: "github-actions[bot]@users.noreply.github.com"
|
||||
MESSAGE: "🤖 Web developer stuff"
|
||||
MESSAGE: "🤖 Web developer stuff"
|
||||
SKIP_EMPTY_COMMITS: true
|
||||
Reference in New Issue
Block a user