Skip to content

Commit

Permalink
Updating git config on action runner (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobaFetters authored Oct 24, 2023
1 parent 62b8cca commit 4daf38f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/actions/configure-git/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: "Configure Git Settings"
description: Configures appropriate git settings for the github action workflows.
runs:
using: "composite"
shell: bash
run: |
git config --global user.name "gh-action-runner"
2 changes: 2 additions & 0 deletions .github/workflows/pr-subtree-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
${{ secrets.APOLLO_IOS_CODEGEN_DEPLOY_KEY }}
${{ secrets.APOLLO_IOS_DEV_DEPLOY_KEY }}
${{ secrets.APOLLO_IOS_PAGINATION_DEPLOY_KEY }}
- name: Configure Git
uses: ./.github/actions/configure-git
- name: Update Merge Commit Message
shell: bash
run: |
Expand Down

0 comments on commit 4daf38f

Please sign in to comment.