-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #51 from ginzarb/revet-my-tests
色々弄りすぎたので、一旦私が編集する前の状態に戻しておきます
- Loading branch information
Showing
1 changed file
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,9 +9,6 @@ jobs: | |
build: | ||
runs-on: ubuntu-latest | ||
|
||
permissions: | ||
contents: write | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
|
@@ -37,8 +34,12 @@ jobs: | |
if: github.ref == 'refs/heads/source' | ||
run: | | ||
cd build | ||
git config user.name "github-actions[bot]" | ||
git config user.email "41898282+github-actions[bot]@users.noreply.github.com" | ||
git add -A | ||
git commit -m 'Reflect changed sources' | ||
git push | ||
git push -f origin master | ||
env: | ||
GIT_COMMITTER_NAME: willnet | ||
GIT_COMMITTER_EMAIL: [email protected] | ||
GIT_AUTHOR_NAME: willnet | ||
GIT_AUTHOR_EMAIL: [email protected] | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |