Skip to content

Commit

Permalink
Get date of most recent sunday
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmogan committed Sep 30, 2024
1 parent 3fbf3ca commit 2adbd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-v4-integtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- id: create_nightly_tag
run: |
date_tag=$(date +%y%m%d)
date_tag=$(date +%y%m%d) -d 'last sunday + 7 days'
echo "nightly_tag=NFD_PROD4_${date_tag}_A9" >> "$GITHUB_OUTPUT"
cat "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 2adbd2f

Please sign in to comment.