Skip to content

Commit

Permalink
changed add command
Browse files Browse the repository at this point in the history
  • Loading branch information
Donatooooooo committed Nov 2, 2024
1 parent 1657e5b commit 2455caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrate_model_card.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add ModelCards/*
git add .
git commit -m "Model Cards integrated"
git pull --rebase origin ${{ github.head_ref }}
git push origin HEAD:${{ github.head_ref }}

0 comments on commit 2455caf

Please sign in to comment.