Skip to content

Commit

Permalink
Update .github/workflows/dispatch-push-event.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
KeisukeShima authored Sep 7, 2023
1 parent 0370677 commit 0ce8d4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dispatch-push-event.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
app_id: ${{ secrets.INTERNAL_APP_ID }}
private_key: ${{ secrets.INTERNAL_PRIVATE_KEY }}

# 注意: workflow_dispatchで指定するブランチはmain固定となっているため、dispatch-repoのmainブランチにupdate-beta-branch.yamlが存在することが前提条件。
- name: Dispatch the update-beta-branch workflow
run: |
curl -L \
Expand Down

0 comments on commit 0ce8d4b

Please sign in to comment.