Skip to content

Commit

Permalink
feat: add bash update command (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
resco-2108 authored Jul 11, 2024
1 parent 9101876 commit 9bf5d31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ runs:
shell: bash
run: |
if ! [ -x "$(command -v git)" ]; then
sudo apt-get update
sudo apt-get install git -y
else
echo "Git already installed..."
Expand Down

0 comments on commit 9bf5d31

Please sign in to comment.