Update cron.yml
This commit is contained in:
parent
36d5dcc928
commit
ec207102a7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cron.yml
vendored
2
.github/workflows/cron.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
|||
- name: install packages via pacstrap to rootfs
|
||||
run: pacstrap -K /parchlinux-bootstrap-x86_64/root.x86_64 $(cat pkglist.txt | tr '\n' ' ')
|
||||
- name: get date
|
||||
run: echo "DATE=$(date +%Y.%m.%d.%H.%M)" >> $GITHUB_ENV
|
||||
run: echo "DATE=$(date +%Y.%m.%d)" >> $GITHUB_ENV
|
||||
- name: Create release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue