Rename ci step
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
flake.lock
|
flake.lock
|
||||||
- name: Run step only when any of the above files change.
|
- name: Push updated lockfile
|
||||||
if: steps.verify-changed-files.outputs.files_changed == 'true'
|
if: steps.verify-changed-files.outputs.files_changed == 'true'
|
||||||
run: |
|
run: |
|
||||||
git diff
|
git diff
|
||||||
|
|||||||
Reference in New Issue
Block a user