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 24, 2024
1 parent a768cfe commit 5a84a8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/copy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: 2024
fetch-depth: 0

- name: Set up Git
run: |
Expand All @@ -30,6 +30,8 @@ jobs:
if [ -e "$FILE_NAME" ]; then
rm "$FILE_NAME"
fi
git fetch origin main
git checkout main -- domains
mv domains "$FILE_NAME"
Expand Down

0 comments on commit 5a84a8a

Please sign in to comment.