diff --git a/action.yml b/action.yml index 9a8999a..e18f2de 100644 --- a/action.yml +++ b/action.yml @@ -30,6 +30,12 @@ outputs: runs: using: "composite" steps: + - name: Configure git HTTPS insteadOf SSH + shell: bash + run: | + git config --global url."https://github.e.it.census.gov/".insteadOf "ssh://git@github.e.it.census.gov/" + git config --global url."https://github.e.it.census.gov/".insteadOf "git@github.e.it.census.gov:" + - name: Terraform Init shell: bash run: |