Skip to content

Commit

Permalink
update Build App github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mani-sh-reddy committed Nov 17, 2023
1 parent 2b44bed commit 7b0e93e
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
env HOMEBREW_NO_AUTO_UPDATE=1
brew install xcbeautify
brew install diff-so-fancy
brew install git-delta
# - name: Select Xcode version
# run: sudo xcode-select -s '/Applications/Xcode_15.0.1.app/Contents/Developer'
Expand Down Expand Up @@ -62,22 +62,22 @@ jobs:

# - run: git diff origin/testflight

- name: Setup Git Config
run: |
git config --global core.pager "diff-so-fancy | less --tabs=4 -RFX"
git config --global interactive.diffFilter "diff-so-fancy --patch"
git config --global color.ui true
git config --global color.diff-highlight.oldNormal "red bold"
git config --global color.diff-highlight.oldHighlight "red bold 52"
git config --global color.diff-highlight.newNormal "green bold"
git config --global color.diff-highlight.newHighlight "green bold 22"
git config --global color.diff.meta "11"
git config --global color.diff.frag "magenta bold"
git config --global color.diff.func "146 bold"
git config --global color.diff.commit "yellow bold"
git config --global color.diff.old "red bold"
git config --global color.diff.new "green bold"
git config --global color.diff.whitespace "red reverse"
# - name: Setup Git Config
# run: |
# git config --global core.pager "diff-so-fancy | less --tabs=4 -RFX"
# git config --global interactive.diffFilter "diff-so-fancy --patch"
# git config --global color.ui true
# git config --global color.diff-highlight.oldNormal "red bold"
# git config --global color.diff-highlight.oldHighlight "red bold 52"
# git config --global color.diff-highlight.newNormal "green bold"
# git config --global color.diff-highlight.newHighlight "green bold 22"
# git config --global color.diff.meta "11"
# git config --global color.diff.frag "magenta bold"
# git config --global color.diff.func "146 bold"
# git config --global color.diff.commit "yellow bold"
# git config --global color.diff.old "red bold"
# git config --global color.diff.new "green bold"
# git config --global color.diff.whitespace "red reverse"

- name: Get branch names
id: branch-name
Expand Down

0 comments on commit 7b0e93e

Please sign in to comment.