Skip to content

Commit

Permalink
Update cron.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
metantesan authored May 27, 2024
1 parent 36d5dcc commit ec20710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit ec20710

Please sign in to comment.