Compare commits
No commits in common. "1d13ba969a05c124b9076c2cc0fb39eefd5f48d5" and "bfd9432fd67d8bc3ddb9c9f63ae6c8cecb32867d" have entirely different histories.
1d13ba969a
...
bfd9432fd6
1 changed files with 13 additions and 10 deletions
|
@ -1,9 +1,12 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
job:
|
job:
|
||||||
|
|
||||||
runs-on: bookworm
|
runs-on: bookworm
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: cd
|
|
||||||
|
- name: cd-bootstrap
|
||||||
env:
|
env:
|
||||||
CD: '${{secrets.cd}}'
|
CD: '${{secrets.cd}}'
|
||||||
run: eval '${{vars.cd}}'
|
run: eval '${{vars.cd}}'
|
||||||
|
|
Loading…
Add table
Reference in a new issue