trailheadapps / ready-to-fly

Sample app that shows how to integrate Salesforce with Slack.
https://developer.salesforce.com
Creative Commons Zero v1.0 Universal
44 stars 23 forks source link

feat: update instructions to use git version => 1.22 #64

Closed msrivastav13 closed 2 years ago

msrivastav13 commented 2 years ago

What does this PR do?

Update readme instructions to use git version => 1.22

What issues does this PR fix or reference?

The Trailhead testing team raised this as one of the end users had an older version of git, and the command git branch --show-current in the deploy script does not work.

Check TCF-027405 in GUS

The PR fulfills these requirements:

[ ] Tests for the proposed changes have been added/updated. [ ] Code linting and formatting was performed.

Functionality Before

<insert gif and/or summary>

Functionality After

<insert gif and/or summary>

codecov-commenter commented 2 years ago

Codecov Report

Merging #64 (6496b87) into main (3088721) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #64   +/-   ##
=======================================
  Coverage   91.42%   91.42%           
=======================================
  Files           1        1           
  Lines          35       35           
=======================================
  Hits           32       32           
  Misses          3        3           
Flag Coverage Δ
Apex 91.42% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9733603...6496b87. Read the comment docs.

pozil commented 2 years ago

Looking good, thanks for the update.