Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Update update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loco-choco authored Sep 27, 2023
1 parent ea91f6e commit 68baac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Check For Release Age
id: check-age
run: |
echo ""exists=$((curl -s https://api.github.com/repos/ow-mods/ow-mod-man/releases) | jq -r '(((now - (.[0].published_at | fromdateiso8601)) / (60*60*24*3) | trunc) == 0)')"" >> $GITHUB_OUTPUT
echo ""exists=$((curl -s https://api.github.com/repos/ow-mods/ow-mod-man/releases) | jq -r '(((now - (.[0].published_at | fromdateiso8601)) / (60*60) | trunc) == 0)')"" >> $GITHUB_OUTPUT
- name: Result
id: result
#run: |
Expand Down

0 comments on commit 68baac7

Please sign in to comment.