Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
yagamuu authored Feb 13, 2024
1 parent 1b0fd9f commit 984ef26
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 @@ -79,12 +79,12 @@ jobs:
id: commit
continue-on-error: true
run: |
git add -f dashboard extension graphics
git add -f dashboard extension graphics shared
git commit -m "Built files" -a
# ビルド用ブランチにプッシュ
- name: Push built files to build branch
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets['GITHUB_TOKEN'] }}
branch: ${{ inputs.build_branch || 'build' }}
branch: ${{ inputs.build_branch || 'build' }}

0 comments on commit 984ef26

Please sign in to comment.