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 fba747f commit a768cfe
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 @@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: 2024

- name: Set up Git
run: |
Expand All @@ -31,7 +33,6 @@ jobs:
git checkout main -- domains
mv domains "$FILE_NAME"
git add .
git add "$FILE_NAME"
git commit -m "Update on $FILE_NAME"
git push -u origin 2024

0 comments on commit a768cfe

Please sign in to comment.