Skip to content

Commit

Permalink
Update copy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mefinity authored May 25, 2024
1 parent 17d9a22 commit fcdfc60
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/copy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ jobs:
FILE_NAME=$(date +"%Y-%m-%d")
cp domains "$FILE_NAME"
- name: Remove existing file if exists
run: |
FILE_NAME=$(date +"%Y-%m-%d")
if [ -f "$FILE_NAME" ]; then
rm "$FILE_NAME"
fi
- name: Checkout or create 2024 branch
run: |
git fetch origin
Expand Down

0 comments on commit fcdfc60

Please sign in to comment.