Change workflow
All checks were successful
Periodic flake update / flake-update (push) Successful in 3s
All checks were successful
Periodic flake update / flake-update (push) Successful in 3s
This commit is contained in:
parent
2df16e85d3
commit
c617fc5079
4
.github/workflows/test-sign.yaml
vendored
4
.github/workflows/test-sign.yaml
vendored
@ -33,4 +33,6 @@ jobs:
|
|||||||
- name: add something to a file
|
- name: add something to a file
|
||||||
run: echo $RANDOM > random.txt
|
run: echo $RANDOM > random.txt
|
||||||
- name: push
|
- name: push
|
||||||
run: git push
|
run: |
|
||||||
|
git add random.txt
|
||||||
|
git push
|
||||||
|
Loading…
Reference in New Issue
Block a user