From bd9f0ab783aeeeb24eb4e1e2cf8917a9f642c8ff Mon Sep 17 00:00:00 2001 From: Dave Arnold Date: Thu, 23 Jul 2026 14:28:51 -0400 Subject: [PATCH] adding insteadOf --- 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: |