Skip to content

Commit

Permalink
Merge pull request #51 from ginzarb/revet-my-tests
Browse files Browse the repository at this point in the history
色々弄りすぎたので、一旦私が編集する前の状態に戻しておきます
  • Loading branch information
y-yagi authored Jun 25, 2024
2 parents b02402f + f1f92b2 commit e816292
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ jobs:
build:
runs-on: ubuntu-latest

permissions:
contents: write

steps:
- uses: actions/checkout@v4

Expand All @@ -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 }}

0 comments on commit e816292

Please sign in to comment.