Update .forgejo/workflows/package-check.yml
This commit is contained in:
parent
46c3576902
commit
075875f703
1 changed files with 5 additions and 0 deletions
|
@ -34,6 +34,11 @@ jobs:
|
|||
run: |
|
||||
newest_version=$(eval "$GET_NEWEST_VERSION_CMD")
|
||||
echo "NEWEST_VERSION=$newest_version" >> $GITHUB_ENV
|
||||
echo "Newest version: $newest_version"
|
||||
echo "Current version: $(cat .last_version)"
|
||||
echo "Today number: $(( $(date +%s) / 86400 ))"
|
||||
echo "Current number: $(cat .last_rebuild)"
|
||||
|
||||
|
||||
- name: Determine if update is needed
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue