Skip to content

Commit

Permalink
Fix verification uploading (#296)
Browse files Browse the repository at this point in the history
* fix verification pushing

* init first
  • Loading branch information
mscroggs committed Jul 16, 2024
1 parent d78036f commit b81abc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
name: Run verification
- run: |
cd ../verification
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git init
git checkout -b verification
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git add .
git commit -m "verification.json"
git remote add origin https://oauth2:${{ secrets.GITHUB_TOKEN }}@github.com/DefElement/defelement.com.git
Expand Down

0 comments on commit b81abc8

Please sign in to comment.