Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

#6 設定の調整 #10

Merged
merged 2 commits into from
Feb 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/update-app-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Setup git settings
run: |
git config --local user.email "github.actions@example.com"
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "GitHub Actions"

- name: Git push
Expand All @@ -50,6 +50,6 @@ jobs:
git push --set-upstream origin ${{ steps.app-version.outputs.branch-name }}

- name: Create pull request
run: gh pr create --title "Update app version ${{ steps.app-version.outputs.version-name }}" --body ""
run: 'gh pr create --title "アプリバージョン更新: ${{ steps.app-version.outputs.version-name }}" --body ""'
env:
GITHUB_TOKEN: ${{ github.token }}