Skip to content

Commit

Permalink
adding insteadOf (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: Dave Arnold <user@example.com>
  • Loading branch information
arnol377 and Dave Arnold committed Jul 23, 2026
1 parent 75391f1 commit d0980d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit d0980d1

Please sign in to comment.