Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
yagamuu committed Feb 12, 2024
1 parent 5e6f50c commit a92f111
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,13 @@ jobs:
runs-on: ubuntu-latest

steps:
# リポジトリからbaseブランチとビルド用ブランチをチェックアウト
- name: Checkout this repository base branch
# リポジトリから全データをチェックアウト
- name: Checkout this repository
uses: actions/checkout@v3
with:
token: ${{ secrets['GITHUB_TOKEN'] }}
ref: ${{ inputs.base_branch || 'master' }}
- name: Checkout this repository build branch
uses: actions/checkout@v3
with:
ref: ${{ inputs.build_branch || 'build' }}
fetch-depth: 0

# Git configをGitHub ActionsのBotアカウントに設定
- name: Set local git config user details
Expand Down

0 comments on commit a92f111

Please sign in to comment.