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

Commit

Permalink
コミットメッセージの調整
Browse files Browse the repository at this point in the history
  • Loading branch information
tshion committed Feb 24, 2024
1 parent 2b2319b commit 1c87ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-app-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 1c87ff1

Please sign in to comment.