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 c52cfad commit 5b3b5a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/copy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
if [ -e "$FILE_NAME" ]; then
rm "$FILE_NAME"
fi
cp domains "$FILE_NAME"
git checkout main -- domains
mv domains "$FILE_NAME"
git add "$FILE_NAME"
git commit -m "Update on $FILE_NAME"
Expand Down

0 comments on commit 5b3b5a7

Please sign in to comment.