Skip to content

Commit

Permalink
the last try.
Browse files Browse the repository at this point in the history
  • Loading branch information
fs-context committed Dec 15, 2024
1 parent 6922ac5 commit 0b5a82a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
run: |
cd dist
git init
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
git remote add origin https://github.com/Rundll86/fs-context.git
git add .
git commit -m "Build from Actions"
Expand Down

0 comments on commit 0b5a82a

Please sign in to comment.