Skip to content

Commit 996b71a

Browse files
fix: Bypass Branch Protection in BumpVersion GHAction (#24)
Co-authored-by: Fahim Ali Zain <fahimalizain@gmail.com>
1 parent 6f0b28c commit 996b71a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/audire-expo-version.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Commit and push
5454
run: |
55-
git config --local user.email "action@github.com"
56-
git config --local user.name "GitHub Action"
55+
git config --local user.email "code73in@gmail.com"
56+
git config --local user.name "CODE73 Bot"
5757
git commit -am "chore: Bump Audire ExpoApp to v${{ github.event.inputs.version }}"
5858
git push

0 commit comments

Comments
 (0)