This commit is contained in:
@@ -28,7 +28,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Commit hidden details files on scheduled run
|
- name: Commit hidden details files on scheduled run
|
||||||
if: ${{ github.event_name == 'schedule' }}
|
if: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'}}
|
||||||
run: |
|
run: |
|
||||||
git checkout main
|
git checkout main
|
||||||
git pull --ff-only origin main
|
git pull --ff-only origin main
|
||||||
|
|||||||
Reference in New Issue
Block a user