From d0980d1b98811ea2d56fbe9a0338fb5f535bd1d9 Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Thu, 23 Jul 2026 08:32:29 -1000 Subject: [PATCH] adding insteadOf (#2) Co-authored-by: Dave Arnold --- action.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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: |