Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltaranto committed Feb 11, 2025
1 parent 4fbac0a commit f1ad160
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/clean-up-previews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ jobs:

- name: Delete old preview directories
run: ./scripts/cleanUpPreviews.sh
shell: bash
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion scripts/cleanUpPreviews.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

echo "DAYS_OLD: ${DAYS_OLD}"
DATE_FROM_DAYS_AGO=`date --date="${DAYS_OLD} days ago" +"%Y"-"%m"-"%d" || date -v-${DAYS_OLD}d +"%Y"-"%m"-"%d"`;
Expand Down

0 comments on commit f1ad160

Please sign in to comment.