Skip to content

Commit

Permalink
Merge pull request #10 from tshion/feature/#6_brush_auto_version_up
Browse files Browse the repository at this point in the history
#6 設定の調整
  • Loading branch information
tshion committed Feb 24, 2024
2 parents f4b9b05 + 1c87ff1 commit e4669ee
Showing 1 changed file with 2 additions and 2 deletions.
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 }}

0 comments on commit e4669ee

Please sign in to comment.