Update git/checkout/action.yaml

This commit is contained in:
Zakary Timson 2023-08-07 00:41:44 +00:00
parent afe9a1e3f4
commit 2436839365

View File

@ -3,6 +3,7 @@ desciption: Checkout repository using alpite/git
runs: runs:
using: composite using: composite
container: alpine/git
steps: steps:
- run: | - run: |
HOST=$(echo "$GITHUB_SERVER_URL" | sed 's%https://%%') HOST=$(echo "$GITHUB_SERVER_URL" | sed 's%https://%%')