Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] glob matching for directories is broken #1669

Closed
4 tasks done
houserx-jmcc opened this issue Oct 25, 2023 · 3 comments · Fixed by #1670
Closed
4 tasks done

[BUG] glob matching for directories is broken #1669

houserx-jmcc opened this issue Oct 25, 2023 · 3 comments · Fixed by #1670
Labels
bug Something isn't working

Comments

@houserx-jmcc
Copy link

houserx-jmcc commented Oct 25, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Does this issue exist in the latest version?

  • I'm using the latest release

Describe the bug?

Struggling with hitting the max comment size, adding logs separately

After upgrading to v39.2.4 from v39.2.2 detecting directory changes with a wildcard glob no longer works. I suspect it was from another glob change in v39.2.3.

To Reproduce

steps:
      - uses: actions/checkout@v4.1.1
        with:
          fetch-depth: 100

      - name: Get changed files
        id: changed-files
        uses: tj-actions/changed-files@v39.2.4
        with:
          dir_names: true
          json: true
          files: |
            terraform-*

What OS are you seeing the problem on?

ubuntu-20.04

Expected behavior?

Changed files in terraform-mb are reflected in the output variable all_modified_files

Relevant log output

See comment below - hit max comment size with this template.

Has all relevant logs been included?

  • I've included all relevant logs

Anything else?

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@houserx-jmcc houserx-jmcc added the bug Something isn't working label Oct 25, 2023
@houserx-jmcc
Copy link
Author

Logs

2023-10-25T22:43:45.5489556Z Requested labels: self-hosted
2023-10-25T22:43:45.5489875Z Job defined at: houserx/infra/.github/workflows/check.tf-plan.yml@refs/pull/1095/merge
2023-10-25T22:43:45.5490005Z Waiting for a runner to pick up this job...
2023-10-25T22:43:46.1764776Z Job is about to start running on the runner: runner-deploy-zbdjg-ksws8 (organization)
2023-10-25T22:43:49.6815082Z ##[debug]Starting: Get changes
2023-10-25T22:43:49.6836465Z ##[debug]Cleaning runner temp folder: /runner/_work/_temp
2023-10-25T22:43:49.7051855Z ##[debug]Starting: Set up job
2023-10-25T22:43:49.7052303Z Current runner version: '2.311.0'
2023-10-25T22:43:49.7054517Z Runner name: 'runner-deploy-zbdjg-ksws8'
2023-10-25T22:43:49.7055033Z Runner group name: 'Default'
2023-10-25T22:43:49.7055878Z Machine name: 'runner-deploy-zbdjg-ksws8'
2023-10-25T22:43:49.7057974Z ##[group]GITHUB_TOKEN Permissions
2023-10-25T22:43:49.7059590Z Contents: write
2023-10-25T22:43:49.7059976Z Metadata: read
2023-10-25T22:43:49.7060294Z PullRequests: write
2023-10-25T22:43:49.7060664Z ##[endgroup]
2023-10-25T22:43:49.7063377Z Secret source: Actions
2023-10-25T22:43:49.7063892Z ##[debug]Primary repository: houserx/infra
2023-10-25T22:43:49.7064461Z Prepare workflow directory
2023-10-25T22:43:49.7125247Z ##[debug]Creating pipeline directory: '/runner/_work/infra'
2023-10-25T22:43:49.7127441Z ##[debug]Creating workspace directory: '/runner/_work/infra/infra'
2023-10-25T22:43:49.7128746Z ##[debug]Update context data
2023-10-25T22:43:49.7131713Z ##[debug]Evaluating job-level environment variables
2023-10-25T22:43:49.7652750Z ##[debug]Evaluating job container
2023-10-25T22:43:49.7655282Z ##[debug]Evaluating job service containers
2023-10-25T22:43:49.7657163Z ##[debug]Evaluating job defaults
2023-10-25T22:43:49.7717953Z Prepare all required actions
2023-10-25T22:43:49.7855049Z Getting action download info
2023-10-25T22:43:50.0165170Z Download action repository 'actions/checkout@v4.1.1' (SHA:b4ffde65f46336ab88eb53be808477a3936bae11)
2023-10-25T22:43:50.2630704Z ##[debug]Download 'https://api.github.com/repos/actions/checkout/tarball/b4ffde65f46336ab88eb53be808477a3936bae11' to '/runner/_work/_actions/_temp_bf5ea354-674d-4522-ba1a-d8d3776b43ea/6100d76b-76d3-40b3-9082-b1914e703a5c.tar.gz'
2023-10-25T22:43:50.2929365Z ##[debug]Unwrap 'actions-checkout-b4ffde6' to '/runner/_work/_actions/actions/checkout/v4.1.1'
2023-10-25T22:43:50.3046830Z ##[debug]Archive '/runner/_work/_actions/_temp_bf5ea354-674d-4522-ba1a-d8d3776b43ea/6100d76b-76d3-40b3-9082-b1914e703a5c.tar.gz' has been unzipped into '/runner/_work/_actions/actions/checkout/v4.1.1'.
2023-10-25T22:43:50.3148698Z Download action repository 'tj-actions/changed-files@v39.2.4' (SHA:fea790cb660e33aef4bdf07304e28fedd77dfa13)
2023-10-25T22:43:50.5719349Z ##[debug]Download 'https://api.github.com/repos/tj-actions/changed-files/tarball/fea790cb660e33aef4bdf07304e28fedd77dfa13' to '/runner/_work/_actions/_temp_18c8b779-582a-41fa-b810-bd39a811770f/d004c27c-71be-493b-a13c-60b253c51934.tar.gz'
2023-10-25T22:43:50.6555045Z ##[debug]Unwrap 'tj-actions-changed-files-fea790c' to '/runner/_work/_actions/tj-actions/changed-files/v39.2.4'
2023-10-25T22:43:50.6621155Z ##[debug]Archive '/runner/_work/_actions/_temp_18c8b779-582a-41fa-b810-bd39a811770f/d004c27c-71be-493b-a13c-60b253c51934.tar.gz' has been unzipped into '/runner/_work/_actions/tj-actions/changed-files/v39.2.4'.
2023-10-25T22:43:50.6675180Z ##[debug]action.yml for action: '/runner/_work/_actions/actions/checkout/v4.1.1/action.yml'.
2023-10-25T22:43:50.7361636Z ##[debug]action.yml for action: '/runner/_work/_actions/tj-actions/changed-files/v39.2.4/action.yml'.
2023-10-25T22:43:50.7577071Z ##[debug]Set step '__actions_checkout' display name to: 'Run actions/checkout@v4.1.1'
2023-10-25T22:43:50.7578978Z ##[debug]Set step 'changed-files' display name to: 'Get changed files'
2023-10-25T22:43:50.7627385Z ##[debug]Set step 'set-env' display name to: 'Run echo "environments=${{ steps.changed-files.outputs.all_modified_files }}" >> "$GITHUB_OUTPUT"'
2023-10-25T22:43:50.7628497Z Complete job name: Get changes
2023-10-25T22:43:50.7649863Z ##[debug]Collect running processes for tracking orphan processes.
2023-10-25T22:43:50.7747008Z ##[debug]Finishing: Set up job
2023-10-25T22:43:50.7916437Z ##[debug]Evaluating condition for step: 'Set up runner'
2023-10-25T22:43:50.7938349Z ##[debug]Evaluating: always()
2023-10-25T22:43:50.7942913Z ##[debug]Evaluating always:
2023-10-25T22:43:50.7956164Z ##[debug]=> true
2023-10-25T22:43:50.7961827Z ##[debug]Result: true
2023-10-25T22:43:50.7990946Z ##[debug]Starting: Set up runner
2023-10-25T22:43:50.8007938Z A job started hook has been configured by the self-hosted runner administrator
2023-10-25T22:43:50.8145241Z ##[group]Run '/etc/arc/hooks/job-started.sh'
2023-10-25T22:43:50.8166432Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2023-10-25T22:43:50.8167099Z ##[endgroup]
2023-10-25T22:43:50.8292641Z ##[debug]/usr/bin/bash -e /etc/arc/hooks/job-started.sh
2023-10-25T22:43:50.8488492Z �[0;37m2023-10-25 22:43:50.833  DEBUG --- Running ARC Job Started Hooks�[0m
2023-10-25T22:43:50.8489306Z �[0;37m2023-10-25 22:43:50.834  DEBUG --- Running hook: /etc/arc/hooks/job-started.d/update-status�[0m
2023-10-25T22:43:50.8600505Z ##[debug]Finishing: Set up runner
2023-10-25T22:43:50.8612535Z ##[debug]Evaluating condition for step: 'Run actions/checkout@v4.1.1'
2023-10-25T22:43:50.8616152Z ##[debug]Evaluating: success()
2023-10-25T22:43:50.8616573Z ##[debug]Evaluating success:
2023-10-25T22:43:50.8625199Z ##[debug]=> true
2023-10-25T22:43:50.8625757Z ##[debug]Result: true
2023-10-25T22:43:50.8626505Z ##[debug]Starting: Run actions/checkout@v4.1.1
2023-10-25T22:43:50.8713933Z ##[debug]Register post job cleanup for action: actions/checkout@v4.1.1
2023-10-25T22:43:50.8725812Z ##[debug]Loading inputs
2023-10-25T22:43:50.8735777Z ##[debug]Evaluating: github.repository
2023-10-25T22:43:50.8736603Z ##[debug]Evaluating Index:
2023-10-25T22:43:50.8745038Z ##[debug]..Evaluating github:
2023-10-25T22:43:50.8746210Z ##[debug]..=> Object
2023-10-25T22:43:50.8757896Z ##[debug]..Evaluating String:
2023-10-25T22:43:50.8758536Z ##[debug]..=> 'repository'
2023-10-25T22:43:50.8761650Z ##[debug]=> 'houserx/infra'
2023-10-25T22:43:50.8762792Z ##[debug]Result: 'houserx/infra'
2023-10-25T22:43:50.8764738Z ##[debug]Evaluating: github.token
2023-10-25T22:43:50.8765047Z ##[debug]Evaluating Index:
2023-10-25T22:43:50.8765315Z ##[debug]..Evaluating github:
2023-10-25T22:43:50.8765605Z ##[debug]..=> Object
2023-10-25T22:43:50.8765853Z ##[debug]..Evaluating String:
2023-10-25T22:43:50.8766116Z ##[debug]..=> 'token'
2023-10-25T22:43:50.8766714Z ##[debug]=> '***'
2023-10-25T22:43:50.8767094Z ##[debug]Result: '***'
2023-10-25T22:43:50.8775430Z ##[debug]Loading env
2023-10-25T22:43:50.8809508Z ##[group]Run actions/checkout@v4.1.1
2023-10-25T22:43:50.8809852Z with:
2023-10-25T22:43:50.8810039Z   fetch-depth: 100
2023-10-25T22:43:50.8810277Z   repository: houserx/infra
2023-10-25T22:43:50.8810729Z   token: ***
2023-10-25T22:43:50.8810933Z   ssh-strict: true
2023-10-25T22:43:50.8811169Z   persist-credentials: true
2023-10-25T22:43:50.8811420Z   clean: true
2023-10-25T22:43:50.8811643Z   sparse-checkout-cone-mode: true
2023-10-25T22:43:50.8811923Z   fetch-tags: false
2023-10-25T22:43:50.8812162Z   show-progress: true
2023-10-25T22:43:50.8812373Z   lfs: false
2023-10-25T22:43:50.8812573Z   submodules: false
2023-10-25T22:43:50.8812792Z   set-safe-directory: true
2023-10-25T22:43:50.8813025Z env:
2023-10-25T22:43:50.8813225Z   IAM_ROLE: gh-runner-terraform-role
2023-10-25T22:43:50.8813520Z   DEFAULT_REGION: us-east-2
2023-10-25T22:43:50.8813772Z   ROLE_DURATION_SEC: 3600
2023-10-25T22:43:50.8814004Z ##[endgroup]
2023-10-25T22:43:50.9506125Z ##[debug]GITHUB_WORKSPACE = '/runner/_work/infra/infra'
2023-10-25T22:43:50.9507035Z ##[debug]qualified repository = 'houserx/infra'
2023-10-25T22:43:50.9507601Z ##[debug]ref = 'refs/pull/1095/merge'
2023-10-25T22:43:50.9508170Z ##[debug]commit = '4da4e83d66763db4f91609c23af6cd81e0961953'
2023-10-25T22:43:50.9508698Z ##[debug]clean = true
2023-10-25T22:43:50.9509084Z ##[debug]filter = undefined
2023-10-25T22:43:50.9509484Z ##[debug]fetch depth = 100
2023-10-25T22:43:50.9509880Z ##[debug]fetch tags = false
2023-10-25T22:43:50.9510284Z ##[debug]show progress = true
2023-10-25T22:43:50.9510704Z ##[debug]lfs = false
2023-10-25T22:43:50.9511146Z ##[debug]submodules = false
2023-10-25T22:43:50.9511692Z ##[debug]recursive submodules = false
2023-10-25T22:43:50.9512378Z ##[debug]GitHub Host URL = 
2023-10-25T22:43:50.9513376Z ::add-matcher::/runner/_work/_actions/actions/checkout/v4.1.1/dist/problem-matcher.json
2023-10-25T22:43:50.9595034Z ##[debug]Added matchers: 'checkout-git'. Problem matchers scan action output for known warning or error strings and report these inline.
2023-10-25T22:43:50.9603101Z Syncing repository: houserx/infra
2023-10-25T22:43:50.9604030Z ::group::Getting Git version info
2023-10-25T22:43:50.9605017Z ##[group]Getting Git version info
2023-10-25T22:43:50.9605486Z Working directory is '/runner/_work/infra/infra'
2023-10-25T22:43:50.9606039Z ##[debug]Getting git version
2023-10-25T22:43:50.9606302Z [command]/usr/bin/git version
2023-10-25T22:43:50.9606561Z git version 2.42.0
2023-10-25T22:43:50.9606925Z ##[debug]0
2023-10-25T22:43:50.9607554Z ##[debug]git version 2.42.0
2023-10-25T22:43:50.9607802Z ##[debug]
2023-10-25T22:43:50.9608329Z ##[debug]Set git useragent to: git/2.42.0 (github-actions-checkout)
2023-10-25T22:43:50.9608928Z ::endgroup::
2023-10-25T22:43:50.9609199Z ##[endgroup]
2023-10-25T22:43:50.9618236Z ::add-mask::***
2023-10-25T22:43:50.9619453Z Temporarily overriding HOME='/runner/_work/_temp/54a22d02-1484-4b74-8a45-938cfb4fb907' before making global git config changes
2023-10-25T22:43:50.9620299Z Adding repository directory to the temporary git global config as a safe directory
2023-10-25T22:43:50.9621036Z [command]/usr/bin/git config --global --add safe.directory /runner/_work/infra/infra
2023-10-25T22:43:50.9621733Z ##[debug]0
2023-10-25T22:43:50.9622105Z ##[debug]
2023-10-25T22:43:50.9622421Z Deleting the contents of '/runner/_work/infra/infra'
2023-10-25T22:43:50.9622999Z ::group::Initializing the repository
2023-10-25T22:43:50.9623329Z ##[group]Initializing the repository
2023-10-25T22:43:50.9623694Z [command]/usr/bin/git init /runner/_work/infra/infra
2023-10-25T22:43:50.9637359Z hint: Using 'master' as the name for the initial branch. This default branch name
2023-10-25T22:43:50.9638070Z hint: is subject to change. To configure the initial branch name to use in all
2023-10-25T22:43:50.9638716Z hint: of your new repositories, which will suppress this warning, call:
2023-10-25T22:43:50.9639143Z hint: 
2023-10-25T22:43:50.9639469Z hint: 	git config --global init.defaultBranch <name>
2023-10-25T22:43:50.9639802Z hint: 
2023-10-25T22:43:50.9640182Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2023-10-25T22:43:50.9640817Z hint: 'development'. The just-created branch can be renamed via this command:
2023-10-25T22:43:50.9641238Z hint: 
2023-10-25T22:43:50.9641466Z hint: 	git branch -m <name>
2023-10-25T22:43:50.9645698Z Initialized empty Git repository in /runner/_work/infra/infra/.git/
2023-10-25T22:43:50.9649625Z ##[debug]0
2023-10-25T22:43:50.9650156Z ##[debug]Initialized empty Git repository in /runner/_work/infra/infra/.git/
2023-10-25T22:43:50.9650603Z ##[debug]
2023-10-25T22:43:50.9652343Z [command]/usr/bin/git remote add origin https://github.com/houserx/infra
2023-10-25T22:43:50.9674729Z ##[debug]0
2023-10-25T22:43:50.9675087Z ##[debug]
2023-10-25T22:43:50.9675470Z ::endgroup::
2023-10-25T22:43:50.9675682Z ##[endgroup]
2023-10-25T22:43:50.9676088Z ::group::Disabling automatic garbage collection
2023-10-25T22:43:50.9676470Z ##[group]Disabling automatic garbage collection
2023-10-25T22:43:50.9677835Z [command]/usr/bin/git config --local gc.auto 0
2023-10-25T22:43:50.9694500Z ##[debug]0
2023-10-25T22:43:50.9694852Z ##[debug]
2023-10-25T22:43:50.9695185Z ::endgroup::
2023-10-25T22:43:50.9695380Z ##[endgroup]
2023-10-25T22:43:50.9695727Z ::group::Setting up auth
2023-10-25T22:43:50.9696061Z ##[group]Setting up auth
2023-10-25T22:43:50.9699327Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2023-10-25T22:43:50.9712244Z ##[debug]1
2023-10-25T22:43:50.9712580Z ##[debug]
2023-10-25T22:43:50.9716392Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2023-10-25T22:43:50.9861941Z ##[debug]0
2023-10-25T22:43:50.9862329Z ##[debug]
2023-10-25T22:43:50.9865087Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2023-10-25T22:43:50.9877664Z ##[debug]1
2023-10-25T22:43:50.9878015Z ##[debug]
2023-10-25T22:43:50.9880851Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2023-10-25T22:43:51.0018707Z ##[debug]0
2023-10-25T22:43:51.0019083Z ##[debug]
2023-10-25T22:43:51.0024323Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2023-10-25T22:43:51.0040035Z ##[debug]0
2023-10-25T22:43:51.0040390Z ##[debug]
2023-10-25T22:43:51.0044747Z ::endgroup::
2023-10-25T22:43:51.0044968Z ##[endgroup]
2023-10-25T22:43:51.0045350Z ::group::Fetching the repository
2023-10-25T22:43:51.0045633Z ##[group]Fetching the repository
2023-10-25T22:43:51.0052676Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=100 origin +4da4e83d66763db4f91609c23af6cd81e0961953:refs/remotes/pull/1095/merge
2023-10-25T22:43:51.4825983Z From https://github.com/houserx/infra
2023-10-25T22:43:51.4826835Z  * [new ref]         4da4e83d66763db4f91609c23af6cd81e0961953 -> pull/1095/merge
2023-10-25T22:43:51.4840550Z ##[debug]0
2023-10-25T22:43:51.4841122Z ##[debug]
2023-10-25T22:43:51.4841525Z ::endgroup::
2023-10-25T22:43:51.4841728Z ##[endgroup]
2023-10-25T22:43:51.4842089Z ::group::Determining the checkout info
2023-10-25T22:43:51.4842413Z ##[group]Determining the checkout info
2023-10-25T22:43:51.4843136Z ::endgroup::
2023-10-25T22:43:51.4843340Z ##[endgroup]
2023-10-25T22:43:51.4843682Z ::group::Checking out the ref
2023-10-25T22:43:51.4843964Z ##[group]Checking out the ref
2023-10-25T22:43:51.4846872Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/1095/merge
2023-10-25T22:43:51.4970953Z Note: switching to 'refs/remotes/pull/1095/merge'.
2023-10-25T22:43:51.4971405Z 
2023-10-25T22:43:51.4971929Z You are in 'detached HEAD' state. You can look around, make experimental
2023-10-25T22:43:51.4972556Z changes and commit them, and you can discard any commits you make in this
2023-10-25T22:43:51.4973137Z state without impacting any branches by switching back to a branch.
2023-10-25T22:43:51.4973479Z 
2023-10-25T22:43:51.4973704Z If you want to create a new branch to retain commits you create, you may
2023-10-25T22:43:51.4974294Z do so (now or later) by using -c with the switch command. Example:
2023-10-25T22:43:51.4974607Z 
2023-10-25T22:43:51.4974747Z   git switch -c <new-branch-name>
2023-10-25T22:43:51.4974949Z 
2023-10-25T22:43:51.4975044Z Or undo this operation with:
2023-10-25T22:43:51.4975220Z 
2023-10-25T22:43:51.4975322Z   git switch -
2023-10-25T22:43:51.4975528Z 
2023-10-25T22:43:51.4975963Z Turn off this advice by setting config variable advice.detachedHead to false
2023-10-25T22:43:51.4976372Z 
2023-10-25T22:43:51.4976763Z HEAD is now at 4da4e83 Merge 01d6989b8995337c889d67d24815dc2792a66b55 into 3ef5ef808641cbb63dc5cb8855fe230f47ef78cf
2023-10-25T22:43:51.4977541Z ##[debug]0
2023-10-25T22:43:51.4977868Z ##[debug]
2023-10-25T22:43:51.4978199Z ::endgroup::
2023-10-25T22:43:51.4978392Z ##[endgroup]
2023-10-25T22:43:51.4996040Z ##[debug]0
2023-10-25T22:43:51.4996608Z ##[debug]commit 4da4e83d66763db4f91609c23af6cd81e0961953
2023-10-25T22:43:51.4996994Z ##[debug]Merge: 3ef5ef8 01d6989
2023-10-25T22:43:51.4997332Z ##[debug]Author: Steve Graham <sgraham3311@gmail.com>
2023-10-25T22:43:51.4997702Z ##[debug]Date:   Wed Oct 25 22:37:22 2023 +0000
2023-10-25T22:43:51.4997997Z ##[debug]
2023-10-25T22:43:51.4998602Z ##[debug]    Merge 01d6989b8995337c889d67d24815dc2792a66b55 into 3ef5ef808641cbb63dc5cb8855fe230f47ef78cf
2023-10-25T22:43:51.4999189Z ##[debug]
2023-10-25T22:43:51.4999482Z [command]/usr/bin/git log -1 --format='%H'
2023-10-25T22:43:51.5012515Z '4da4e83d66763db4f91609c23af6cd81e0961953'
2023-10-25T22:43:51.5014569Z ##[debug]0
2023-10-25T22:43:51.5015107Z ##[debug]'4da4e83d66763db4f91609c23af6cd81e0961953'
2023-10-25T22:43:51.5015423Z ##[debug]
2023-10-25T22:43:51.5017806Z ##[debug]Unsetting HOME override
2023-10-25T22:43:51.5024371Z ::remove-matcher owner=checkout-git::
2023-10-25T22:43:51.5041634Z ##[debug]Removed matchers: 'checkout-git'
2023-10-25T22:43:51.5074783Z ##[debug]Node Action run completed with exit code 0
2023-10-25T22:43:51.5079297Z ##[debug]Save intra-action state isPost = true
2023-10-25T22:43:51.5079786Z ##[debug]Save intra-action state setSafeDirectory = true
2023-10-25T22:43:51.5080309Z ##[debug]Save intra-action state repositoryPath = /runner/_work/infra/infra
2023-10-25T22:43:51.5081952Z ##[debug]Finishing: Run actions/checkout@v4.1.1
2023-10-25T22:43:51.5089549Z ##[debug]Evaluating condition for step: 'Get changed files'
2023-10-25T22:43:51.5091449Z ##[debug]Evaluating: success()
2023-10-25T22:43:51.5091839Z ##[debug]Evaluating success:
2023-10-25T22:43:51.5092252Z ##[debug]=> true
2023-10-25T22:43:51.5092602Z ##[debug]Result: true
2023-10-25T22:43:51.5093097Z ##[debug]Starting: Get changed files
2023-10-25T22:43:51.5166919Z ##[debug]Loading inputs
2023-10-25T22:43:51.5189165Z ##[debug]Evaluating: github.token
2023-10-25T22:43:51.5189486Z ##[debug]Evaluating Index:
2023-10-25T22:43:51.5189753Z ##[debug]..Evaluating github:
2023-10-25T22:43:51.5190034Z ##[debug]..=> Object
2023-10-25T22:43:51.5190271Z ##[debug]..Evaluating String:
2023-10-25T22:43:51.5190536Z ##[debug]..=> 'token'
2023-10-25T22:43:51.5191038Z ##[debug]=> '***'
2023-10-25T22:43:51.5191414Z ##[debug]Result: '***'
2023-10-25T22:43:51.5192663Z ##[debug]Evaluating: github.api_url
2023-10-25T22:43:51.5192966Z ##[debug]Evaluating Index:
2023-10-25T22:43:51.5193268Z ##[debug]..Evaluating github:
2023-10-25T22:43:51.5193528Z ##[debug]..=> Object
2023-10-25T22:43:51.5193766Z ##[debug]..Evaluating String:
2023-10-25T22:43:51.5194030Z ##[debug]..=> 'api_url'
2023-10-25T22:43:51.5194317Z ##[debug]=> 'https://api.github.com'
2023-10-25T22:43:51.5194660Z ##[debug]Result: 'https://api.github.com'
2023-10-25T22:43:51.5196602Z ##[debug]Loading env
2023-10-25T22:43:51.5200646Z ##[group]Run tj-actions/changed-files@v39.2.4
2023-10-25T22:43:51.5200959Z with:
2023-10-25T22:43:51.5201140Z   dir_names: true
2023-10-25T22:43:51.5201339Z   json: true
2023-10-25T22:43:51.5201544Z   files: terraform-*

2023-10-25T22:43:51.5201767Z   separator:  
2023-10-25T22:43:51.5201997Z   include_all_old_new_renamed_files: false
2023-10-25T22:43:51.5202313Z   old_new_separator: ,
2023-10-25T22:43:51.5202547Z   old_new_files_separator:  
2023-10-25T22:43:51.5202807Z   files_from_source_file_separator: 

2023-10-25T22:43:51.5203090Z   files_separator: 

2023-10-25T22:43:51.5203346Z   files_yaml_from_source_file_separator: 

2023-10-25T22:43:51.5203691Z   files_ignore_yaml_from_source_file_separator: 

2023-10-25T22:43:51.5204023Z   files_ignore_separator: 

2023-10-25T22:43:51.5204306Z   files_ignore_from_source_file_separator: 

2023-10-25T22:43:51.5204610Z   path: .
2023-10-25T22:43:51.5204795Z   quotepath: true
2023-10-25T22:43:51.5205004Z   diff_relative: true
2023-10-25T22:43:51.5205237Z   dir_names_exclude_current_dir: false
2023-10-25T22:43:51.5205539Z   dir_names_include_files_separator: 

2023-10-25T22:43:51.5205905Z   dir_names_deleted_files_include_only_deleted_dirs: false
2023-10-25T22:43:51.5206262Z   escape_json: true
2023-10-25T22:43:51.5206477Z   fetch_depth: 50
2023-10-25T22:43:51.5206689Z   skip_initial_fetch: false
2023-10-25T22:43:51.5206963Z   fetch_additional_submodule_history: false
2023-10-25T22:43:51.5207284Z   since_last_remote_commit: false
2023-10-25T22:43:51.5207561Z   write_output_files: false
2023-10-25T22:43:51.5207809Z   output_dir: .github/outputs
2023-10-25T22:43:51.5208117Z   output_renamed_files_as_deleted_and_added: false
2023-10-25T22:43:51.5208453Z   recover_deleted_files: false
2023-10-25T22:43:51.5208712Z   recover_files_separator: 

2023-10-25T22:43:51.5209092Z   recover_files_ignore_separator: 

2023-10-25T22:43:51.5209676Z   token: ***
2023-10-25T22:43:51.5209898Z   api_url: https://api.github.com
2023-10-25T22:43:51.5210194Z   fail_on_initial_diff_error: false
2023-10-25T22:43:51.5210492Z   fail_on_submodule_diff_error: false
2023-10-25T22:43:51.5210753Z env:
2023-10-25T22:43:51.5210954Z   IAM_ROLE: gh-runner-terraform-role
2023-10-25T22:43:51.5211256Z   DEFAULT_REGION: us-east-2
2023-10-25T22:43:51.5211512Z   ROLE_DURATION_SEC: 3600
2023-10-25T22:43:51.5211740Z ##[endgroup]
2023-10-25T22:43:51.6263749Z ::group::changed-files
2023-10-25T22:43:51.6264057Z ##[group]changed-files
2023-10-25T22:43:51.6271484Z ##[debug]Process Env: {
2023-10-25T22:43:51.6271987Z ##[debug]  "ACTIONS_RUNNER_CONTROLLER_METRICS_SERVICE_SERVICE_PORT": "8443",
2023-10-25T22:43:51.6272934Z ##[debug]  "GITHUB_ACTIONS_RUNNER_EXTRA_USER_AGENT": "actions-runner-controller/v0.27.3",
2023-10-25T22:43:51.6273556Z ##[debug]  "RUNNER_TRACKING_ID": "github_78f861ca-4dde-46e4-bec3-ec1c08fdf0c3",
2023-10-25T22:43:51.6274004Z ##[debug]  "RUNNER_EPHEMERAL": "true",
2023-10-25T22:43:51.6274414Z ##[debug]  "ACTIONS_RUNNER_CONTROLLER_WEBHOOK_SERVICE_PORT": "443",
2023-10-25T22:43:51.6274871Z ##[debug]  "DOCKER_HOST": "unix:///run/docker/docker.sock",
2023-10-25T22:43:51.6275245Z ##[debug]  "DOCKERD_IN_RUNNER": "false",
2023-10-25T22:43:51.6275573Z ##[debug]  "RUNNER_ASSETS_DIR": "/runnertmp",
2023-10-25T22:43:51.6275921Z ##[debug]  "_": "/runner/bin/Runner.Listener",
2023-10-25T22:43:51.6276483Z ##[debug]  "ACTIONS_RUNNER_CONTROLLER_METRICS_SERVICE_PORT_8443_TCP": "tcp://10.254.211.79:8443",
2023-10-25T22:43:51.6277012Z ##[debug]  "KUBERNETES_PORT_443_TCP_PORT": "443",
2023-10-25T22:43:51.6277485Z ##[debug]  "ACTIONS_RUNNER_HOOK_JOB_STARTED": "/etc/arc/hooks/job-started.sh",
2023-10-25T22:43:51.6277949Z ##[debug]  "RUNNER_LABELS": "",
2023-10-25T22:43:51.6278223Z ##[debug]  "HOME": "/home/runner",
2023-10-25T22:43:51.6278495Z ##[debug]  "PWD": "/runner",
2023-10-25T22:43:51.6278874Z ##[debug]  "ACTIONS_RUNNER_CONTROLLER_WEBHOOK_SERVICE_PORT_HTTPS": "443",
2023-10-25T22:43:51.6279344Z ##[debug]  "HOSTNAME": "runner-deploy-zbdjg-ksws8",
2023-10-25T22:43:51.6279833Z ##[debug]  "ACTIONS_RUNNER_CONTROLLER_METRICS_SERVICE_SERVICE_HOST": "10.254.211.79",
2023-10-25T22:43:51.6280401Z ##[debug]  "ACTIONS_RUNNER_CONTROLLER_WEBHOOK_PORT_443_TCP_PROTO": "tcp",
2023-10-25T22:43:51.6280842Z ##[debug]  "KUBERNETES_SERVICE_PORT": "443",
2023-10-25T22:43:51.6281335Z ##[debug]  "ACTIONS_RUNNER_CONTROLLER_METRICS_SERVICE_SERVICE_PORT_METRICS_PORT": "8443",
2023-10-25T22:43:51.6281849Z ##[debug]  "DEBIAN_FRONTEND": "noninteractive",
2023-10-25T22:43:51.6282291Z ##[debug]  "ACTIONS_RUNNER_CONTROLLER_WEBHOOK_PORT_443_TCP_PORT": "443",
2023-10-25T22:43:51.6282743Z ##[debug]  "KUBERNETES_PORT_443_TCP_PROTO": "tcp",
2023-10-25T22:43:51.6283209Z ##[debug]  "ACTIONS_RUNNER_CONTROLLER_WEBHOOK_PORT": "tcp://10.254.157.72:443",
2023-10-25T22:43:51.6283803Z ##[debug]  "ACTIONS_RUNNER_CONTROLLER_METRICS_SERVICE_PORT": "tcp://10.254.211.79:8443",
2023-10-25T22:43:51.6284307Z ##[debug]  "KUBERNETES_SERVICE_HOST": "10.254.0.1",
2023-10-25T22:43:51.6284678Z ##[debug]  "KUBERNETES_SERVICE_PORT_HTTPS": "443",
2023-10-25T22:43:51.6285135Z ##[debug]  "ACTIONS_RUNNER_CONTROLLER_WEBHOOK_SERVICE_HOST": "10.254.157.72",
2023-10-25T22:43:51.6285796Z ##[debug]  "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/runner/.local/bin/",
2023-10-25T22:43:51.6286475Z ##[debug]  "ACTIONS_RUNNER_CONTROLLER_WEBHOOK_PORT_443_TCP_ADDR": "10.254.157.72",
2023-10-25T22:43:51.6286938Z ##[debug]  "RUNNER_STATUS_UPDATE_HOOK": "false",
2023-10-25T22:43:51.6287261Z ##[debug]  "SHLVL": "3",
2023-10-25T22:43:51.6287519Z ##[debug]  "RUNNER_ENTERPRISE": "",
2023-10-25T22:43:51.6287870Z ##[debug]  "RUNNER_ORG": "houserx",
2023-10-25T22:43:51.6288156Z ##[debug]  "RUNNER_GROUP": "",
2023-10-25T22:43:51.6288419Z ##[debug]  "CI": "true",
2023-10-25T22:43:51.6288679Z ##[debug]  "RUNNER_WORKDIR": "/runner/_work",
2023-10-25T22:43:51.6288991Z ##[debug]  "OLDPWD": "/",
2023-10-25T22:43:51.6289282Z ##[debug]  "GITHUB_URL": "https://github.com/",
2023-10-25T22:43:51.6289710Z ##[debug]  "ImageOS": "ubuntu20",
2023-10-25T22:43:51.6290138Z ##[debug]  "ACTIONS_RUNNER_CONTROLLER_METRICS_SERVICE_PORT_8443_TCP_PORT": "8443",
2023-10-25T22:43:51.6290732Z ##[debug]  "ACTIONS_RUNNER_HOOK_JOB_COMPLETED": "/etc/arc/hooks/job-completed.sh",
2023-10-25T22:43:51.6291175Z ##[debug]  "DOCKER_ENABLED": "true",
2023-10-25T22:43:51.6291530Z ##[debug]  "RUNNER_TOOL_CACHE": "/opt/hostedtoolcache",
2023-10-25T22:43:51.6291938Z ##[debug]  "KUBERNETES_PORT_443_TCP_ADDR": "10.254.0.1",
2023-10-25T22:43:51.6292346Z ##[debug]  "KUBERNETES_PORT": "tcp://10.254.0.1:443",
2023-10-25T22:43:51.6292858Z ##[debug]  "ACTIONS_RUNNER_CONTROLLER_METRICS_SERVICE_PORT_8443_TCP_ADDR": "10.254.211.79",
2023-10-25T22:43:51.6293399Z ##[debug]  "GITHUB_ACTIONS": "true",
2023-10-25T22:43:51.6293769Z ##[debug]  "KUBERNETES_PORT_443_TCP": "tcp://10.254.0.1:443",
2023-10-25T22:43:51.6294275Z ##[debug]  "ACTIONS_RUNNER_CONTROLLER_METRICS_SERVICE_PORT_8443_TCP_PROTO": "tcp",
2023-10-25T22:43:51.6294887Z ##[debug]  "ACTIONS_RUNNER_CONTROLLER_WEBHOOK_PORT_443_TCP": "tcp://10.254.157.72:443",
2023-10-25T22:43:51.6295410Z ##[debug]  "IAM_ROLE": "gh-runner-terraform-role",
2023-10-25T22:43:51.6295765Z ##[debug]  "DEFAULT_REGION": "us-east-2",
2023-10-25T22:43:51.6296082Z ##[debug]  "ROLE_DURATION_SEC": "3600",
2023-10-25T22:43:51.6296391Z ##[debug]  "INPUT_DIR_NAMES": "true",
2023-10-25T22:43:51.6296686Z ##[debug]  "INPUT_JSON": "true",
2023-10-25T22:43:51.6296979Z ##[debug]  "INPUT_FILES": "terraform-*\n",
2023-10-25T22:43:51.6297299Z ##[debug]  "INPUT_SEPARATOR": " ",
2023-10-25T22:43:51.6297661Z ##[debug]  "INPUT_INCLUDE_ALL_OLD_NEW_RENAMED_FILES": "false",
2023-10-25T22:43:51.6298046Z ##[debug]  "INPUT_OLD_NEW_SEPARATOR": ",",
2023-10-25T22:43:51.6298398Z ##[debug]  "INPUT_OLD_NEW_FILES_SEPARATOR": " ",
2023-10-25T22:43:51.6298763Z ##[debug]  "INPUT_FILES_FROM_SOURCE_FILE": "",
2023-10-25T22:43:51.6299145Z ##[debug]  "INPUT_FILES_FROM_SOURCE_FILE_SEPARATOR": "\n",
2023-10-25T22:43:51.6299526Z ##[debug]  "INPUT_FILES_SEPARATOR": "\n",
2023-10-25T22:43:51.6299834Z ##[debug]  "INPUT_FILES_YAML": "",
2023-10-25T22:43:51.6300152Z ##[debug]  "INPUT_FILES_YAML_FROM_SOURCE_FILE": "",
2023-10-25T22:43:51.6300575Z ##[debug]  "INPUT_FILES_YAML_FROM_SOURCE_FILE_SEPARATOR": "\n",
2023-10-25T22:43:51.6300968Z ##[debug]  "INPUT_FILES_IGNORE_YAML": "",
2023-10-25T22:43:51.6301327Z ##[debug]  "INPUT_FILES_IGNORE_YAML_FROM_SOURCE_FILE": "",
2023-10-25T22:43:51.6301790Z ##[debug]  "INPUT_FILES_IGNORE_YAML_FROM_SOURCE_FILE_SEPARATOR": "\n",
2023-10-25T22:43:51.6302203Z ##[debug]  "INPUT_FILES_IGNORE": "",
2023-10-25T22:43:51.6302533Z ##[debug]  "INPUT_FILES_IGNORE_SEPARATOR": "\n",
2023-10-25T22:43:51.6302902Z ##[debug]  "INPUT_FILES_IGNORE_FROM_SOURCE_FILE": "",
2023-10-25T22:43:51.6303341Z ##[debug]  "INPUT_FILES_IGNORE_FROM_SOURCE_FILE_SEPARATOR": "\n",
2023-10-25T22:43:51.6303725Z ##[debug]  "INPUT_SHA": "",
2023-10-25T22:43:51.6303978Z ##[debug]  "INPUT_BASE_SHA": "",
2023-10-25T22:43:51.6304253Z ##[debug]  "INPUT_SINCE": "",
2023-10-25T22:43:51.6304510Z ##[debug]  "INPUT_UNTIL": "",
2023-10-25T22:43:51.6304752Z ##[debug]  "INPUT_PATH": ".",
2023-10-25T22:43:51.6305019Z ##[debug]  "INPUT_QUOTEPATH": "true",
2023-10-25T22:43:51.6305329Z ##[debug]  "INPUT_DIFF_RELATIVE": "true",
2023-10-25T22:43:51.6305645Z ##[debug]  "INPUT_DIR_NAMES_MAX_DEPTH": "",
2023-10-25T22:43:51.6306025Z ##[debug]  "INPUT_DIR_NAMES_EXCLUDE_CURRENT_DIR": "false",
2023-10-25T22:43:51.6306418Z ##[debug]  "INPUT_DIR_NAMES_INCLUDE_FILES": "",
2023-10-25T22:43:51.6306806Z ##[debug]  "INPUT_DIR_NAMES_INCLUDE_FILES_SEPARATOR": "\n",
2023-10-25T22:43:51.6307299Z ##[debug]  "INPUT_DIR_NAMES_DELETED_FILES_INCLUDE_ONLY_DELETED_DIRS": "false",
2023-10-25T22:43:51.6307740Z ##[debug]  "INPUT_ESCAPE_JSON": "true",
2023-10-25T22:43:51.6308055Z ##[debug]  "INPUT_FETCH_DEPTH": "50",
2023-10-25T22:43:51.6308374Z ##[debug]  "INPUT_SKIP_INITIAL_FETCH": "false",
2023-10-25T22:43:51.6308781Z ##[debug]  "INPUT_FETCH_ADDITIONAL_SUBMODULE_HISTORY": "false",
2023-10-25T22:43:51.6309285Z ##[debug]  "INPUT_SINCE_LAST_REMOTE_COMMIT": "false",
2023-10-25T22:43:51.6309652Z ##[debug]  "INPUT_WRITE_OUTPUT_FILES": "false",
2023-10-25T22:43:51.6310014Z ##[debug]  "INPUT_OUTPUT_DIR": ".github/outputs",
2023-10-25T22:43:51.6310452Z ##[debug]  "INPUT_OUTPUT_RENAMED_FILES_AS_DELETED_AND_ADDED": "false",
2023-10-25T22:43:51.6310887Z ##[debug]  "INPUT_RECOVER_DELETED_FILES": "false",
2023-10-25T22:43:51.6311300Z ##[debug]  "INPUT_RECOVER_DELETED_FILES_TO_DESTINATION": "",
2023-10-25T22:43:51.6311814Z ##[debug]  "INPUT_RECOVER_FILES": "",
2023-10-25T22:43:51.6312142Z ##[debug]  "INPUT_RECOVER_FILES_SEPARATOR": "\n",
2023-10-25T22:43:51.6312504Z ##[debug]  "INPUT_RECOVER_FILES_IGNORE": "",
2023-10-25T22:43:51.6312955Z ##[debug]  "INPUT_RECOVER_FILES_IGNORE_SEPARATOR": "\n",
2023-10-25T22:43:51.6313601Z ##[debug]  "INPUT_TOKEN": "***",
2023-10-25T22:43:51.6313938Z ##[debug]  "INPUT_API_URL": "https://api.github.com",
2023-10-25T22:43:51.6314348Z ##[debug]  "INPUT_FAIL_ON_INITIAL_DIFF_ERROR": "false",
2023-10-25T22:43:51.6314763Z ##[debug]  "INPUT_FAIL_ON_SUBMODULE_DIFF_ERROR": "false",
2023-10-25T22:43:51.6315162Z ##[debug]  "GITHUB_JOB": "conditional_job_check_files",
2023-10-25T22:43:51.6315552Z ##[debug]  "GITHUB_REF": "refs/pull/1095/merge",
2023-10-25T22:43:51.6315983Z ##[debug]  "GITHUB_SHA": "4da4e83d66763db4f91609c23af6cd81e0961953",
2023-10-25T22:43:51.6316415Z ##[debug]  "GITHUB_REPOSITORY": "houserx/infra",
2023-10-25T22:43:51.6316766Z ##[debug]  "GITHUB_REPOSITORY_OWNER": "houserx",
2023-10-25T22:43:51.6317142Z ##[debug]  "GITHUB_REPOSITORY_OWNER_ID": "88177326",
2023-10-25T22:43:51.6317494Z ##[debug]  "GITHUB_RUN_ID": "6646975040",
2023-10-25T22:43:51.6317794Z ##[debug]  "GITHUB_RUN_NUMBER": "588",
2023-10-25T22:43:51.6318107Z ##[debug]  "GITHUB_RETENTION_DAYS": "30",
2023-10-25T22:43:51.6318416Z ##[debug]  "GITHUB_RUN_ATTEMPT": "2",
2023-10-25T22:43:51.6318728Z ##[debug]  "GITHUB_REPOSITORY_ID": "398507097",
2023-10-25T22:43:51.6319061Z ##[debug]  "GITHUB_ACTOR_ID": "129085294",
2023-10-25T22:43:51.6319386Z ##[debug]  "GITHUB_ACTOR": "houserx-jmcc",
2023-10-25T22:43:51.6319742Z ##[debug]  "GITHUB_TRIGGERING_ACTOR": "houserx-jmcc",
2023-10-25T22:43:51.6320169Z ##[debug]  "GITHUB_WORKFLOW": "👀 Terraform Plan",
2023-10-25T22:43:51.6320530Z ##[debug]  "GITHUB_HEAD_REF": "HRXP-4662",
2023-10-25T22:43:51.6320838Z ##[debug]  "GITHUB_BASE_REF": "master",
2023-10-25T22:43:51.6321170Z ##[debug]  "GITHUB_EVENT_NAME": "pull_request",
2023-10-25T22:43:51.6321555Z ##[debug]  "GITHUB_SERVER_URL": "https://github.com",
2023-10-25T22:43:51.6321968Z ##[debug]  "GITHUB_API_URL": "https://api.github.com",
2023-10-25T22:43:51.6322417Z ##[debug]  "GITHUB_GRAPHQL_URL": "https://api.github.com/graphql",
2023-10-25T22:43:51.6322845Z ##[debug]  "GITHUB_REF_NAME": "1095/merge",
2023-10-25T22:43:51.6323174Z ##[debug]  "GITHUB_REF_PROTECTED": "false",
2023-10-25T22:43:51.6323483Z ##[debug]  "GITHUB_REF_TYPE": "branch",
2023-10-25T22:43:51.6324034Z ##[debug]  "GITHUB_WORKFLOW_REF": "houserx/infra/.github/workflows/check.tf-plan.yml@refs/pull/1095/merge",
2023-10-25T22:43:51.6324717Z ##[debug]  "GITHUB_WORKFLOW_SHA": "4da4e83d66763db4f91609c23af6cd81e0961953",
2023-10-25T22:43:51.6325205Z ##[debug]  "GITHUB_WORKSPACE": "/runner/_work/infra/infra",
2023-10-25T22:43:51.6325710Z ##[debug]  "GITHUB_EVENT_PATH": "/runner/_work/_temp/_github_workflow/event.json",
2023-10-25T22:43:51.6326421Z ##[debug]  "GITHUB_PATH": "/runner/_work/_temp/_runner_file_commands/add_path_7ee874e8-ebb4-407b-a66a-42a27b8ebfb4",
2023-10-25T22:43:51.6327213Z ##[debug]  "GITHUB_ENV": "/runner/_work/_temp/_runner_file_commands/set_env_7ee874e8-ebb4-407b-a66a-42a27b8ebfb4",
2023-10-25T22:43:51.6328055Z ##[debug]  "GITHUB_STEP_SUMMARY": "/runner/_work/_temp/_runner_file_commands/step_summary_7ee874e8-ebb4-407b-a66a-42a27b8ebfb4",
2023-10-25T22:43:51.6328924Z ##[debug]  "GITHUB_STATE": "/runner/_work/_temp/_runner_file_commands/save_state_7ee874e8-ebb4-407b-a66a-42a27b8ebfb4",
2023-10-25T22:43:51.6329745Z ##[debug]  "GITHUB_OUTPUT": "/runner/_work/_temp/_runner_file_commands/set_output_7ee874e8-ebb4-407b-a66a-42a27b8ebfb4",
2023-10-25T22:43:51.6330413Z ##[debug]  "GITHUB_ACTION": "changed-files",
2023-10-25T22:43:51.6330828Z ##[debug]  "GITHUB_ACTION_REPOSITORY": "tj-actions/changed-files",
2023-10-25T22:43:51.6331237Z ##[debug]  "GITHUB_ACTION_REF": "v39.2.4",
2023-10-25T22:43:51.6331548Z ##[debug]  "RUNNER_DEBUG": "1",
2023-10-25T22:43:51.6331814Z ##[debug]  "RUNNER_OS": "Linux",
2023-10-25T22:43:51.6332084Z ##[debug]  "RUNNER_ARCH": "X64",
2023-10-25T22:43:51.6332423Z ##[debug]  "RUNNER_NAME": "runner-deploy-zbdjg-ksws8",
2023-10-25T22:43:51.6332806Z ##[debug]  "RUNNER_ENVIRONMENT": "self-hosted",
2023-10-25T22:43:51.6333170Z ##[debug]  "RUNNER_TEMP": "/runner/_work/_temp",
2023-10-25T22:43:51.6333601Z ##[debug]  "RUNNER_WORKSPACE": "/runner/_work/infra",
2023-10-25T22:43:51.6334425Z ##[debug]  "ACTIONS_RUNTIME_URL": "https://pipelinesghubeus6.actions.githubusercontent.com/QUOmvMhCgoaVOpAUFx6fl4pgPeQ263J2PsZ7AJiwlh0Za1ARTN/",
2023-10-25T22:43:51.6374219Z ##[debug]  "ACTIONS_RUNTIME_TOKEN": ***,
2023-10-25T22:43:51.6374974Z ##[debug]  "ACTIONS_CACHE_URL": "https://acghubeus1.actions.githubusercontent.com/QUOmvMhCgoaVOpAUFx6fl4pgPeQ263J2PsZ7AJiwlh0Za1ARTN/",
2023-10-25T22:43:51.6375918Z ##[debug]  "ACTIONS_RESULTS_URL": "https://actions-results-receiver-production.githubapp.com"
2023-10-25T22:43:51.6376415Z ##[debug]}
2023-10-25T22:43:51.6376918Z ##[debug]Env: {
2023-10-25T22:43:51.6377151Z ##[debug]  "GITHUB_REF_NAME": "1095/merge",
2023-10-25T22:43:51.6377495Z ##[debug]  "GITHUB_REF": "refs/pull/1095/merge",
2023-10-25T22:43:51.6377881Z ##[debug]  "GITHUB_WORKSPACE": "/runner/_work/infra/infra"
2023-10-25T22:43:51.6378227Z ##[debug]}
2023-10-25T22:43:51.6379145Z ##[debug]Inputs: {
2023-10-25T22:43:51.6379381Z ##[debug]  "files": "terraform-*",
2023-10-25T22:43:51.6379670Z ##[debug]  "filesSeparator": "\n",
2023-10-25T22:43:51.6379960Z ##[debug]  "filesFromSourceFile": "",
2023-10-25T22:43:51.6380305Z ##[debug]  "filesFromSourceFileSeparator": "\n",
2023-10-25T22:43:51.6380646Z ##[debug]  "filesYaml": "",
2023-10-25T22:43:51.6380920Z ##[debug]  "filesYamlFromSourceFile": "",
2023-10-25T22:43:51.6381301Z ##[debug]  "filesYamlFromSourceFileSeparator": "\n",
2023-10-25T22:43:51.6381660Z ##[debug]  "filesIgnore": "",
2023-10-25T22:43:51.6381940Z ##[debug]  "filesIgnoreSeparator": "\n",
2023-10-25T22:43:51.6382269Z ##[debug]  "filesIgnoreFromSourceFile": "",
2023-10-25T22:43:51.6382661Z ##[debug]  "filesIgnoreFromSourceFileSeparator": "\n",
2023-10-25T22:43:51.6383034Z ##[debug]  "filesIgnoreYaml": "",
2023-10-25T22:43:51.6383350Z ##[debug]  "filesIgnoreYamlFromSourceFile": "",
2023-10-25T22:43:51.6383769Z ##[debug]  "filesIgnoreYamlFromSourceFileSeparator": "\n",
2023-10-25T22:43:51.6384185Z ##[debug]  "failOnInitialDiffError": false,
2023-10-25T22:43:51.6384531Z ##[debug]  "failOnSubmoduleDiffError": false,
2023-10-25T22:43:51.6384854Z ##[debug]  "separator": " ",
2023-10-25T22:43:51.6385106Z ##[debug]  "sha": "",
2023-10-25T22:43:51.6385329Z ##[debug]  "baseSha": "",
2023-10-25T22:43:51.6385570Z ##[debug]  "since": "",
2023-10-25T22:43:51.6385796Z ##[debug]  "until": "",
2023-10-25T22:43:51.6386014Z ##[debug]  "path": ".",
2023-10-25T22:43:51.6386247Z ##[debug]  "quotePath": true,
2023-10-25T22:43:51.6386514Z ##[debug]  "diffRelative": true,
2023-10-25T22:43:51.6386808Z ##[debug]  "sinceLastRemoteCommit": false,
2023-10-25T22:43:51.6387136Z ##[debug]  "recoverDeletedFiles": false,
2023-10-25T22:43:51.6387495Z ##[debug]  "recoverDeletedFilesToDestination": "",
2023-10-25T22:43:51.6387840Z ##[debug]  "recoverFiles": "",
2023-10-25T22:43:51.6388124Z ##[debug]  "recoverFilesSeparator": "\n",
2023-10-25T22:43:51.6388441Z ##[debug]  "recoverFilesIgnore": "",
2023-10-25T22:43:51.6388770Z ##[debug]  "recoverFilesIgnoreSeparator": "\n",
2023-10-25T22:43:51.6389155Z ##[debug]  "includeAllOldNewRenamedFiles": false,
2023-10-25T22:43:51.6389499Z ##[debug]  "oldNewSeparator": ",",
2023-10-25T22:43:51.6389801Z ##[debug]  "oldNewFilesSeparator": " ",
2023-10-25T22:43:51.6390235Z ##[debug]  "skipInitialFetch": false,
2023-10-25T22:43:51.6390554Z ##[debug]  "fetchSubmoduleHistory": false,
2023-10-25T22:43:51.6390989Z ##[debug]  "dirNamesDeletedFilesIncludeOnlyDeletedDirs": false,
2023-10-25T22:43:51.6391385Z ##[debug]  "dirNames": true,
2023-10-25T22:43:51.6391802Z ##[debug]  "dirNamesExcludeCurrentDir": false,
2023-10-25T22:43:51.6392146Z ##[debug]  "dirNamesIncludeFiles": "",
2023-10-25T22:43:51.6392485Z ##[debug]  "dirNamesIncludeFilesSeparator": "\n",
2023-10-25T22:43:51.6392818Z ##[debug]  "json": true,
2023-10-25T22:43:51.6393063Z ##[debug]  "escapeJson": true,
2023-10-25T22:43:51.6393336Z ##[debug]  "writeOutputFiles": false,
2023-10-25T22:43:51.6393651Z ##[debug]  "outputDir": ".github/outputs",
2023-10-25T22:43:51.6394123Z ##[debug]  "outputRenamedFilesAsDeletedAndAdded": false,
2023-10-25T22:43:51.6394674Z ##[debug]  "token": "***",
2023-10-25T22:43:51.6394968Z ##[debug]  "apiUrl": "https://api.github.com",
2023-10-25T22:43:51.6395300Z ##[debug]  "fetchDepth": 50
2023-10-25T22:43:51.6395541Z ##[debug]}
2023-10-25T22:43:51.6404202Z ##[debug]Github Context: {
2023-10-25T22:43:51.6404442Z ##[debug]  "payload": {
2023-10-25T22:43:51.6404689Z ##[debug]    "action": "synchronize",
2023-10-25T22:43:51.6405050Z ##[debug]    "after": "01d6989b8995337c889d67d24815dc2792a66b55",
2023-10-25T22:43:51.6405505Z ##[debug]    "before": "18491f8beb950de8b595e8230fe6fa4e811423d5",
2023-10-25T22:43:51.6405897Z ##[debug]    "enterprise": {
2023-10-25T22:43:51.6406305Z ##[debug]      "avatar_url": "https://avatars.githubusercontent.com/b/70431?v=4",
2023-10-25T22:43:51.6406793Z ##[debug]      "created_at": "2023-08-30T22:03:41Z",
2023-10-25T22:43:51.6407130Z ##[debug]      "description": "",
2023-10-25T22:43:51.6407503Z ##[debug]      "html_url": "https://github.com/enterprises/houserx",
2023-10-25T22:43:51.6407887Z ##[debug]      "id": 70431,
2023-10-25T22:43:51.6408137Z ##[debug]      "name": "House Rx",
2023-10-25T22:43:51.6408422Z ##[debug]      "node_id": "E_kgDOAAETHw",
2023-10-25T22:43:51.6408723Z ##[debug]      "slug": "houserx",
2023-10-25T22:43:51.6409030Z ##[debug]      "updated_at": "2023-09-08T19:31:02Z",
2023-10-25T22:43:51.6409383Z ##[debug]      "website_url": "www.houserx.com"
2023-10-25T22:43:51.6409688Z ##[debug]    },
2023-10-25T22:43:51.6409892Z ##[debug]    "number": 1095,
2023-10-25T22:43:51.6410142Z ##[debug]    "organization": {
2023-10-25T22:43:51.6410567Z ##[debug]      "avatar_url": "https://avatars.githubusercontent.com/u/88177326?v=4",
2023-10-25T22:43:51.6411157Z ##[debug]      "description": "Where House Rx engineers gather to build stuff",
2023-10-25T22:43:51.6411698Z ##[debug]      "events_url": "https://api.github.com/orgs/houserx/events",
2023-10-25T22:43:51.6412209Z ##[debug]      "hooks_url": "https://api.github.com/orgs/houserx/hooks",
2023-10-25T22:43:51.6412595Z ##[debug]      "id": 88177326,
2023-10-25T22:43:51.6412964Z ##[debug]      "issues_url": "https://api.github.com/orgs/houserx/issues",
2023-10-25T22:43:51.6413360Z ##[debug]      "login": "houserx",
2023-10-25T22:43:51.6413790Z ##[debug]      "members_url": "https://api.github.com/orgs/houserx/members{/member}",
2023-10-25T22:43:51.6414332Z ##[debug]      "node_id": "MDEyOk9yZ2FuaXphdGlvbjg4MTc3MzI2",
2023-10-25T22:43:51.6414915Z ##[debug]      "public_members_url": "https://api.github.com/orgs/houserx/public_members{/member}",
2023-10-25T22:43:51.6415508Z ##[debug]      "repos_url": "https://api.github.com/orgs/houserx/repos",
2023-10-25T22:43:51.6415978Z ##[debug]      "url": "https://api.github.com/orgs/houserx"
2023-10-25T22:43:51.6416322Z ##[debug]    },
2023-10-25T22:43:51.6416529Z ##[debug]    "pull_request": {
2023-10-25T22:43:51.6416786Z ##[debug]      "_links": {
2023-10-25T22:43:51.6417028Z ##[debug]        "comments": {
2023-10-25T22:43:51.6417451Z ##[debug]          "href": "https://api.github.com/repos/houserx/infra/issues/1095/comments"
2023-10-25T22:43:51.6417901Z ##[debug]        },
2023-10-25T22:43:51.6418116Z ##[debug]        "commits": {
2023-10-25T22:43:51.6418525Z ##[debug]          "href": "https://api.github.com/repos/houserx/infra/pulls/1095/commits"
2023-10-25T22:43:51.6419068Z ##[debug]        },
2023-10-25T22:43:51.6419282Z ##[debug]        "html": {
2023-10-25T22:43:51.6419624Z ##[debug]          "href": "https://github.com/houserx/infra/pull/1095"
2023-10-25T22:43:51.6420000Z ##[debug]        },
2023-10-25T22:43:51.6420220Z ##[debug]        "issue": {
2023-10-25T22:43:51.6420602Z ##[debug]          "href": "https://api.github.com/repos/houserx/infra/issues/1095"
2023-10-25T22:43:51.6421007Z ##[debug]        },
2023-10-25T22:43:51.6421235Z ##[debug]        "review_comment": {
2023-10-25T22:43:51.6421703Z ##[debug]          "href": "https://api.github.com/repos/houserx/infra/pulls/comments{/number}"
2023-10-25T22:43:51.6422160Z ##[debug]        },
2023-10-25T22:43:51.6422443Z ##[debug]        "review_comments": {
2023-10-25T22:43:51.6422891Z ##[debug]          "href": "https://api.github.com/repos/houserx/infra/pulls/1095/comments"
2023-10-25T22:43:51.6423325Z ##[debug]        },
2023-10-25T22:43:51.6423537Z ##[debug]        "self": {
2023-10-25T22:43:51.6423907Z ##[debug]          "href": "https://api.github.com/repos/houserx/infra/pulls/1095"
2023-10-25T22:43:51.6424304Z ##[debug]        },
2023-10-25T22:43:51.6424519Z ##[debug]        "statuses": {
2023-10-25T22:43:51.6425080Z ##[debug]          "href": "https://api.github.com/repos/houserx/infra/statuses/01d6989b8995337c889d67d24815dc2792a66b55"
2023-10-25T22:43:51.6425652Z ##[debug]        }
2023-10-25T22:43:51.6425849Z ##[debug]      },
2023-10-25T22:43:51.6426116Z ##[debug]      "active_lock_reason": null,
2023-10-25T22:43:51.6426420Z ##[debug]      "additions": 0,
2023-10-25T22:43:51.6426676Z ##[debug]      "assignee": null,
2023-10-25T22:43:51.6426951Z ##[debug]      "assignees": [],
2023-10-25T22:43:51.6427298Z ##[debug]      "author_association": "CONTRIBUTOR",
2023-10-25T22:43:51.6427626Z ##[debug]      "auto_merge": null,
2023-10-25T22:43:51.6427900Z ##[debug]      "base": {
2023-10-25T22:43:51.6428157Z ##[debug]        "label": "houserx:master",
2023-10-25T22:43:51.6428460Z ##[debug]        "ref": "master",
2023-10-25T22:43:51.6428727Z ##[debug]        "repo": {
2023-10-25T22:43:51.6428996Z ##[debug]          "allow_auto_merge": true,
2023-10-25T22:43:51.6429312Z ##[debug]          "allow_forking": false,
2023-10-25T22:43:51.6429643Z ##[debug]          "allow_merge_commit": false,
2023-10-25T22:43:51.6429987Z ##[debug]          "allow_rebase_merge": false,
2023-10-25T22:43:51.6430320Z ##[debug]          "allow_squash_merge": true,
2023-10-25T22:43:51.6430658Z ##[debug]          "allow_update_branch": true,
2023-10-25T22:43:51.6431191Z ##[debug]          "archive_url": "https://api.github.com/repos/houserx/infra/{archive_format}{/ref}",
2023-10-25T22:43:51.6431821Z ##[debug]          "archived": false,
2023-10-25T22:43:51.6432405Z ##[debug]          "assignees_url": "https://api.github.com/repos/houserx/infra/assignees{/user}",
2023-10-25T22:43:51.6433048Z ##[debug]          "blobs_url": "https://api.github.com/repos/houserx/infra/git/blobs{/sha}",
2023-10-25T22:43:51.6433708Z ##[debug]          "branches_url": "https://api.github.com/repos/houserx/infra/branches{/branch}",
2023-10-25T22:43:51.6434279Z ##[debug]          "clone_url": "https://github.com/houserx/infra.git",
2023-10-25T22:43:51.6434934Z ##[debug]          "collaborators_url": "https://api.github.com/repos/houserx/infra/collaborators{/collaborator}",
2023-10-25T22:43:51.6435676Z ##[debug]          "comments_url": "https://api.github.com/repos/houserx/infra/comments{/number}",
2023-10-25T22:43:51.6436327Z ##[debug]          "commits_url": "https://api.github.com/repos/houserx/infra/commits{/sha}",
2023-10-25T22:43:51.6436983Z ##[debug]          "compare_url": "https://api.github.com/repos/houserx/infra/compare/{base}...{head}",
2023-10-25T22:43:51.6437666Z ##[debug]          "contents_url": "https://api.github.com/repos/houserx/infra/contents/{+path}",
2023-10-25T22:43:51.6438326Z ##[debug]          "contributors_url": "https://api.github.com/repos/houserx/infra/contributors",
2023-10-25T22:43:51.6438933Z ##[debug]          "created_at": "2021-08-21T08:32:35Z",
2023-10-25T22:43:51.6439295Z ##[debug]          "default_branch": "master",
2023-10-25T22:43:51.6439649Z ##[debug]          "delete_branch_on_merge": true,
2023-10-25T22:43:51.6440160Z ##[debug]          "deployments_url": "https://api.github.com/repos/houserx/infra/deployments",
2023-10-25T22:43:51.6440791Z ##[debug]          "description": "Holds the terraform files for the AWS infra of HouseRX",
2023-10-25T22:43:51.6441254Z ##[debug]          "disabled": false,
2023-10-25T22:43:51.6441700Z ##[debug]          "downloads_url": "https://api.github.com/repos/houserx/infra/downloads",
2023-10-25T22:43:51.6442368Z ##[debug]          "events_url": "https://api.github.com/repos/houserx/infra/events",
2023-10-25T22:43:51.6442793Z ##[debug]          "fork": false,
2023-10-25T22:43:51.6443061Z ##[debug]          "forks": 0,
2023-10-25T22:43:51.6443320Z ##[debug]          "forks_count": 0,
2023-10-25T22:43:51.6443732Z ##[debug]          "forks_url": "https://api.github.com/repos/houserx/infra/forks",
2023-10-25T22:43:51.6444187Z ##[debug]          "full_name": "houserx/infra",
2023-10-25T22:43:51.6444701Z ##[debug]          "git_commits_url": "https://api.github.com/repos/houserx/infra/git/commits{/sha}",
2023-10-25T22:43:51.6445354Z ##[debug]          "git_refs_url": "https://api.github.com/repos/houserx/infra/git/refs{/sha}",
2023-10-25T22:43:51.6445983Z ##[debug]          "git_tags_url": "https://api.github.com/repos/houserx/infra/git/tags{/sha}",
2023-10-25T22:43:51.6446715Z ##[debug]          "git_url": "git://github.com/houserx/infra.git",
2023-10-25T22:43:51.6447125Z ##[debug]          "has_discussions": false,
2023-10-25T22:43:51.6447443Z ##[debug]          "has_downloads": true,
2023-10-25T22:43:51.6447751Z ##[debug]          "has_issues": true,
2023-10-25T22:43:51.6448042Z ##[debug]          "has_pages": false,
2023-10-25T22:43:51.6448328Z ##[debug]          "has_projects": true,
2023-10-25T22:43:51.6448629Z ##[debug]          "has_wiki": true,
2023-10-25T22:43:51.6448917Z ##[debug]          "homepage": "",
2023-10-25T22:43:51.6449322Z ##[debug]          "hooks_url": "https://api.github.com/repos/houserx/infra/hooks",
2023-10-25T22:43:51.6449835Z ##[debug]          "html_url": "https://github.com/houserx/infra",
2023-10-25T22:43:51.6450216Z ##[debug]          "id": 398507097,
2023-10-25T22:43:51.6450518Z ##[debug]          "is_template": false,
2023-10-25T22:43:51.6451047Z ##[debug]          "issue_comment_url": "https://api.github.com/repos/houserx/infra/issues/comments{/number}",
2023-10-25T22:43:51.6451797Z ##[debug]          "issue_events_url": "https://api.github.com/repos/houserx/infra/issues/events{/number}",
2023-10-25T22:43:51.6452485Z ##[debug]          "issues_url": "https://api.github.com/repos/houserx/infra/issues{/number}",
2023-10-25T22:43:51.6453097Z ##[debug]          "keys_url": "https://api.github.com/repos/houserx/infra/keys{/key_id}",
2023-10-25T22:43:51.6453703Z ##[debug]          "labels_url": "https://api.github.com/repos/houserx/infra/labels{/name}",
2023-10-25T22:43:51.6454227Z ##[debug]          "language": "HCL",
2023-10-25T22:43:51.6454727Z ##[debug]          "languages_url": "https://api.github.com/repos/houserx/infra/languages",
2023-10-25T22:43:51.6455182Z ##[debug]          "license": null,
2023-10-25T22:43:51.6455505Z ##[debug]          "merge_commit_message": "PR_TITLE",
2023-10-25T22:43:51.6455893Z ##[debug]          "merge_commit_title": "MERGE_MESSAGE",
2023-10-25T22:43:51.6456375Z ##[debug]          "merges_url": "https://api.github.com/repos/houserx/infra/merges",
2023-10-25T22:43:51.6457024Z ##[debug]          "milestones_url": "https://api.github.com/repos/houserx/infra/milestones{/number}",
2023-10-25T22:43:51.6457525Z ##[debug]          "mirror_url": null,
2023-10-25T22:43:51.6457805Z ##[debug]          "name": "infra",
2023-10-25T22:43:51.6458175Z ##[debug]          "node_id": "MDEwOlJlcG9zaXRvcnkzOTg1MDcwOTc=",
2023-10-25T22:43:51.6458880Z ##[debug]          "notifications_url": "https://api.github.com/repos/houserx/infra/notifications{?since,all,participating}",
2023-10-25T22:43:51.6459568Z ##[debug]          "open_issues": 9,
2023-10-25T22:43:51.6459862Z ##[debug]          "open_issues_count": 9,
2023-10-25T22:43:51.6460164Z ##[debug]          "owner": {
2023-10-25T22:43:51.6460596Z ##[debug]            "avatar_url": "https://avatars.githubusercontent.com/u/88177326?v=4",
2023-10-25T22:43:51.6461206Z ##[debug]            "events_url": "https://api.github.com/users/houserx/events{/privacy}",
2023-10-25T22:43:51.6461801Z ##[debug]            "followers_url": "https://api.github.com/users/houserx/followers",
2023-10-25T22:43:51.6462430Z ##[debug]            "following_url": "https://api.github.com/users/houserx/following{/other_user}",
2023-10-25T22:43:51.6463115Z ##[debug]            "gists_url": "https://api.github.com/users/houserx/gists{/gist_id}",
2023-10-25T22:43:51.6463557Z ##[debug]            "gravatar_id": "",
2023-10-25T22:43:51.6463918Z ##[debug]            "html_url": "https://github.com/houserx",
2023-10-25T22:43:51.6464280Z ##[debug]            "id": 88177326,
2023-10-25T22:43:51.6464561Z ##[debug]            "login": "houserx",
2023-10-25T22:43:51.6464944Z ##[debug]            "node_id": "MDEyOk9yZ2FuaXphdGlvbjg4MTc3MzI2",
2023-10-25T22:43:51.6465470Z ##[debug]            "organizations_url": "https://api.github.com/users/houserx/orgs",
2023-10-25T22:43:51.6466095Z ##[debug]            "received_events_url": "https://api.github.com/users/houserx/received_events",
2023-10-25T22:43:51.6466672Z ##[debug]            "repos_url": "https://api.github.com/users/houserx/repos",
2023-10-25T22:43:51.6467086Z ##[debug]            "site_admin": false,
2023-10-25T22:43:51.6467568Z ##[debug]            "starred_url": "https://api.github.com/users/houserx/starred{/owner}{/repo}",
2023-10-25T22:43:51.6468216Z ##[debug]            "subscriptions_url": "https://api.github.com/users/houserx/subscriptions",
2023-10-25T22:43:51.6468709Z ##[debug]            "type": "Organization",
2023-10-25T22:43:51.6469105Z ##[debug]            "url": "https://api.github.com/users/houserx"
2023-10-25T22:43:51.6469465Z ##[debug]          },
2023-10-25T22:43:51.6469690Z ##[debug]          "private": true,
2023-10-25T22:43:51.6470135Z ##[debug]          "pulls_url": "https://api.github.com/repos/houserx/infra/pulls{/number}",
2023-10-25T22:43:51.6470637Z ##[debug]          "pushed_at": "2023-10-25T22:37:18Z",
2023-10-25T22:43:51.6471135Z ##[debug]          "releases_url": "https://api.github.com/repos/houserx/infra/releases{/id}",
2023-10-25T22:43:51.6471715Z ##[debug]          "size": 24211,
2023-10-25T22:43:51.6472082Z ##[debug]          "squash_merge_commit_message": "COMMIT_MESSAGES",
2023-10-25T22:43:51.6472541Z ##[debug]          "squash_merge_commit_title": "COMMIT_OR_PR_TITLE",
2023-10-25T22:43:51.6472989Z ##[debug]          "ssh_url": "git@github.com:houserx/infra.git",
2023-10-25T22:43:51.6473372Z ##[debug]          "stargazers_count": 1,
2023-10-25T22:43:51.6473843Z ##[debug]          "stargazers_url": "https://api.github.com/repos/houserx/infra/stargazers",
2023-10-25T22:43:51.6474584Z ##[debug]          "statuses_url": "https://api.github.com/repos/houserx/infra/statuses/{sha}",
2023-10-25T22:43:51.6475282Z ##[debug]          "subscribers_url": "https://api.github.com/repos/houserx/infra/subscribers",
2023-10-25T22:43:51.6475953Z ##[debug]          "subscription_url": "https://api.github.com/repos/houserx/infra/subscription",
2023-10-25T22:43:51.6476541Z ##[debug]          "svn_url": "https://github.com/houserx/infra",
2023-10-25T22:43:51.6477097Z ##[debug]          "tags_url": "https://api.github.com/repos/houserx/infra/tags",
2023-10-25T22:43:51.6477645Z ##[debug]          "teams_url": "https://api.github.com/repos/houserx/infra/teams",
2023-10-25T22:43:51.6478070Z ##[debug]          "topics": [
2023-10-25T22:43:51.6478321Z ##[debug]            "ansible",
2023-10-25T22:43:51.6478586Z ##[debug]            "terraform"
2023-10-25T22:43:51.6478839Z ##[debug]          ],
2023-10-25T22:43:51.6479223Z ##[debug]          "trees_url": "https://api.github.com/repos/houserx/infra/git/trees{/sha}",
2023-10-25T22:43:51.6479795Z ##[debug]          "updated_at": "2023-10-18T20:39:57Z",
2023-10-25T22:43:51.6480223Z ##[debug]          "url": "https://api.github.com/repos/houserx/infra",
2023-10-25T22:43:51.6480657Z ##[debug]          "use_squash_pr_title_as_default": false,
2023-10-25T22:43:51.6481025Z ##[debug]          "visibility": "private",
2023-10-25T22:43:51.6481333Z ##[debug]          "watchers": 1,
2023-10-25T22:43:51.6481605Z ##[debug]          "watchers_count": 1,
2023-10-25T22:43:51.6481942Z ##[debug]          "web_commit_signoff_required": false
2023-10-25T22:43:51.6482266Z ##[debug]        },
2023-10-25T22:43:51.6482629Z ##[debug]        "sha": "3ef5ef808641cbb63dc5cb8855fe230f47ef78cf",
2023-10-25T22:43:51.6483016Z ##[debug]        "user": {
2023-10-25T22:43:51.6483515Z ##[debug]          "avatar_url": "https://avatars.githubusercontent.com/u/88177326?v=4",
2023-10-25T22:43:51.6484201Z ##[debug]          "events_url": "https://api.github.com/users/houserx/events{/privacy}",
2023-10-25T22:43:51.6484942Z ##[debug]          "followers_url": "https://api.github.com/users/houserx/followers",
2023-10-25T22:43:51.6485649Z ##[debug]          "following_url": "https://api.github.com/users/houserx/following{/other_user}",
2023-10-25T22:43:51.6486353Z ##[debug]          "gists_url": "https://api.github.com/users/houserx/gists{/gist_id}",
2023-10-25T22:43:51.6486871Z ##[debug]          "gravatar_id": "",
2023-10-25T22:43:51.6487298Z ##[debug]          "html_url": "https://github.com/houserx",
2023-10-25T22:43:51.6487731Z ##[debug]          "id": 88177326,
2023-10-25T22:43:51.6488084Z ##[debug]          "login": "houserx",
2023-10-25T22:43:51.6488549Z ##[debug]          "node_id": "MDEyOk9yZ2FuaXphdGlvbjg4MTc3MzI2",
2023-10-25T22:43:51.6489157Z ##[debug]          "organizations_url": "https://api.github.com/users/houserx/orgs",
2023-10-25T22:43:51.6489834Z ##[debug]          "received_events_url": "https://api.github.com/users/houserx/received_events",
2023-10-25T22:43:51.6490502Z ##[debug]          "repos_url": "https://api.github.com/users/houserx/repos",
2023-10-25T22:43:51.6491002Z ##[debug]          "site_admin": false,
2023-10-25T22:43:51.6491561Z ##[debug]          "starred_url": "https://api.github.com/users/houserx/starred{/owner}{/repo}",
2023-10-25T22:43:51.6492246Z ##[debug]          "subscriptions_url": "https://api.github.com/users/houserx/subscriptions",
2023-10-25T22:43:51.6492810Z ##[debug]          "type": "Organization",
2023-10-25T22:43:51.6493268Z ##[debug]          "url": "https://api.github.com/users/houserx"
2023-10-25T22:43:51.6493661Z ##[debug]        }
2023-10-25T22:43:51.6493944Z ##[debug]      },
2023-10-25T22:43:51.6494391Z ##[debug]      "body": "depends on https://github.com/houserx/platform/pull/7640",
2023-10-25T22:43:51.6494873Z ##[debug]      "changed_files": 1,
2023-10-25T22:43:51.6495240Z ##[debug]      "closed_at": null,
2023-10-25T22:43:51.6495588Z ##[debug]      "comments": 2,
2023-10-25T22:43:51.6496124Z ##[debug]      "comments_url": "https://api.github.com/repos/houserx/infra/issues/1095/comments",
2023-10-25T22:43:51.6496646Z ##[debug]      "commits": 2,
2023-10-25T22:43:51.6497172Z ##[debug]      "commits_url": "https://api.github.com/repos/houserx/infra/pulls/1095/commits",
2023-10-25T22:43:51.6497773Z ##[debug]      "created_at": "2023-10-20T18:36:51Z",
2023-10-25T22:43:51.6498143Z ##[debug]      "deletions": 1,
2023-10-25T22:43:51.6498609Z ##[debug]      "diff_url": "https://github.com/houserx/infra/pull/1095.diff",
2023-10-25T22:43:51.6499104Z ##[debug]      "draft": false,
2023-10-25T22:43:51.6499394Z ##[debug]      "head": {
2023-10-25T22:43:51.6499757Z ##[debug]        "label": "houserx:HRXP-4662",
2023-10-25T22:43:51.6500165Z ##[debug]        "ref": "HRXP-4662",
2023-10-25T22:43:51.6500482Z ##[debug]        "repo": {
2023-10-25T22:43:51.6500832Z ##[debug]          "allow_auto_merge": true,
2023-10-25T22:43:51.6501232Z ##[debug]          "allow_forking": false,
2023-10-25T22:43:51.6501659Z ##[debug]          "allow_merge_commit": false,
2023-10-25T22:43:51.6502105Z ##[debug]          "allow_rebase_merge": false,
2023-10-25T22:43:51.6502511Z ##[debug]          "allow_squash_merge": true,
2023-10-25T22:43:51.6502920Z ##[debug]          "allow_update_branch": true,
2023-10-25T22:43:51.6503511Z ##[debug]          "archive_url": "https://api.github.com/repos/houserx/infra/{archive_format}{/ref}",
2023-10-25T22:43:51.6504093Z ##[debug]          "archived": false,
2023-10-25T22:43:51.6504635Z ##[debug]          "assignees_url": "https://api.github.com/repos/houserx/infra/assignees{/user}",
2023-10-25T22:43:51.6505348Z ##[debug]          "blobs_url": "https://api.github.com/repos/houserx/infra/git/blobs{/sha}",
2023-10-25T22:43:51.6506119Z ##[debug]          "branches_url": "https://api.github.com/repos/houserx/infra/branches{/branch}",
2023-10-25T22:43:51.6506778Z ##[debug]          "clone_url": "https://github.com/houserx/infra.git",
2023-10-25T22:43:51.6507522Z ##[debug]          "collaborators_url": "https://api.github.com/repos/houserx/infra/collaborators{/collaborator}",
2023-10-25T22:43:51.6508306Z ##[debug]          "comments_url": "https://api.github.com/repos/houserx/infra/comments{/number}",
2023-10-25T22:43:51.6509043Z ##[debug]          "commits_url": "https://api.github.com/repos/houserx/infra/commits{/sha}",
2023-10-25T22:43:51.6509788Z ##[debug]          "compare_url": "https://api.github.com/repos/houserx/infra/compare/{base}...{head}",
2023-10-25T22:43:51.6510547Z ##[debug]          "contents_url": "https://api.github.com/repos/houserx/infra/contents/{+path}",
2023-10-25T22:43:51.6511247Z ##[debug]          "contributors_url": "https://api.github.com/repos/houserx/infra/contributors",
2023-10-25T22:43:51.6511999Z ##[debug]          "created_at": "2021-08-21T08:32:35Z",
2023-10-25T22:43:51.6512440Z ##[debug]          "default_branch": "master",
2023-10-25T22:43:51.6512834Z ##[debug]          "delete_branch_on_merge": true,
2023-10-25T22:43:51.6513434Z ##[debug]          "deployments_url": "https://api.github.com/repos/houserx/infra/deployments",
2023-10-25T22:43:51.6514144Z ##[debug]          "description": "Holds the terraform files for the AWS infra of HouseRX",
2023-10-25T22:43:51.6514672Z ##[debug]          "disabled": false,
2023-10-25T22:43:51.6515158Z ##[debug]          "downloads_url": "https://api.github.com/repos/houserx/infra/downloads",
2023-10-25T22:43:51.6515820Z ##[debug]          "events_url": "https://api.github.com/repos/houserx/infra/events",
2023-10-25T22:43:51.6516325Z ##[debug]          "fork": false,
2023-10-25T22:43:51.6516638Z ##[debug]          "forks": 0,
2023-10-25T22:43:51.6516975Z ##[debug]          "forks_count": 0,
2023-10-25T22:43:51.6517470Z ##[debug]          "forks_url": "https://api.github.com/repos/houserx/infra/forks",
2023-10-25T22:43:51.6517965Z ##[debug]          "full_name": "houserx/infra",
2023-10-25T22:43:51.6518564Z ##[debug]          "git_commits_url": "https://api.github.com/repos/houserx/infra/git/commits{/sha}",
2023-10-25T22:43:51.6519310Z ##[debug]          "git_refs_url": "https://api.github.com/repos/houserx/infra/git/refs{/sha}",
2023-10-25T22:43:51.6520026Z ##[debug]          "git_tags_url": "https://api.github.com/repos/houserx/infra/git/tags{/sha}",
2023-10-25T22:43:51.6520616Z ##[debug]          "git_url": "git://github.com/houserx/infra.git",
2023-10-25T22:43:51.6521093Z ##[debug]          "has_discussions": false,
2023-10-25T22:43:51.6521493Z ##[debug]          "has_downloads": true,
2023-10-25T22:43:51.6521839Z ##[debug]          "has_issues": true,
2023-10-25T22:43:51.6522207Z ##[debug]          "has_pages": false,
2023-10-25T22:43:51.6522583Z ##[debug]          "has_projects": true,
2023-10-25T22:43:51.6522912Z ##[debug]          "has_wiki": true,
2023-10-25T22:43:51.6523272Z ##[debug]          "homepage": "",
2023-10-25T22:43:51.6523759Z ##[debug]          "hooks_url": "https://api.github.com/repos/houserx/infra/hooks",
2023-10-25T22:43:51.6524335Z ##[debug]          "html_url": "https://github.com/houserx/infra",
2023-10-25T22:43:51.6524830Z ##[debug]          "id": 398507097,
2023-10-25T22:43:51.6525188Z ##[debug]          "is_template": false,
2023-10-25T22:43:51.6525791Z ##[debug]          "issue_comment_url": "https://api.github.com/repos/houserx/infra/issues/comments{/number}",
2023-10-25T22:43:51.6526602Z ##[debug]          "issue_events_url": "https://api.github.com/repos/houserx/infra/issues/events{/number}",
2023-10-25T22:43:51.6527353Z ##[debug]          "issues_url": "https://api.github.com/repos/houserx/infra/issues{/number}",
2023-10-25T22:43:51.6528047Z ##[debug]          "keys_url": "https://api.github.com/repos/houserx/infra/keys{/key_id}",
2023-10-25T22:43:51.6528743Z ##[debug]          "labels_url": "https://api.github.com/repos/houserx/infra/labels{/name}",
2023-10-25T22:43:51.6529292Z ##[debug]          "language": "HCL",
2023-10-25T22:43:51.6529824Z ##[debug]          "languages_url": "https://api.github.com/repos/houserx/infra/languages",
2023-10-25T22:43:51.6530363Z ##[debug]          "license": null,
2023-10-25T22:43:51.6530732Z ##[debug]          "merge_commit_message": "PR_TITLE",
2023-10-25T22:43:51.6531198Z ##[debug]          "merge_commit_title": "MERGE_MESSAGE",
2023-10-25T22:43:51.6531878Z ##[debug]          "merges_url": "https://api.github.com/repos/houserx/infra/merges",
2023-10-25T22:43:51.6532601Z ##[debug]          "milestones_url": "https://api.github.com/repos/houserx/infra/milestones{/number}",
2023-10-25T22:43:51.6533241Z ##[debug]          "mirror_url": null,
2023-10-25T22:43:51.6533610Z ##[debug]          "name": "infra",
2023-10-25T22:43:51.6534056Z ##[debug]          "node_id": "MDEwOlJlcG9zaXRvcnkzOTg1MDcwOTc=",
2023-10-25T22:43:51.6534813Z ##[debug]          "notifications_url": "https://api.github.com/repos/houserx/infra/notifications{?since,all,participating}",
2023-10-25T22:43:51.6535506Z ##[debug]          "open_issues": 9,
2023-10-25T22:43:51.6535880Z ##[debug]          "open_issues_count": 9,
2023-10-25T22:43:51.6536214Z ##[debug]          "owner": {
2023-10-25T22:43:51.6536715Z ##[debug]            "avatar_url": "https://avatars.githubusercontent.com/u/88177326?v=4",
2023-10-25T22:43:51.6537406Z ##[debug]            "events_url": "https://api.github.com/users/houserx/events{/privacy}",
2023-10-25T22:43:51.6538075Z ##[debug]            "followers_url": "https://api.github.com/users/houserx/followers",
2023-10-25T22:43:51.6538755Z ##[debug]            "following_url": "https://api.github.com/users/houserx/following{/other_user}",
2023-10-25T22:43:51.6539456Z ##[debug]            "gists_url": "https://api.github.com/users/houserx/gists{/gist_id}",
2023-10-25T22:43:51.6539972Z ##[debug]            "gravatar_id": "",
2023-10-25T22:43:51.6540400Z ##[debug]            "html_url": "https://github.com/houserx",
2023-10-25T22:43:51.6540831Z ##[debug]            "id": 88177326,
2023-10-25T22:43:51.6541195Z ##[debug]            "login": "houserx",
2023-10-25T22:43:51.6541672Z ##[debug]            "node_id": "MDEyOk9yZ2FuaXphdGlvbjg4MTc3MzI2",
2023-10-25T22:43:51.6542247Z ##[debug]            "organizations_url": "https://api.github.com/users/houserx/orgs",
2023-10-25T22:43:51.6542941Z ##[debug]            "received_events_url": "https://api.github.com/users/houserx/received_events",
2023-10-25T22:43:51.6543619Z ##[debug]            "repos_url": "https://api.github.com/users/houserx/repos",
2023-10-25T22:43:51.6544072Z ##[debug]            "site_admin": false,
2023-10-25T22:43:51.6544616Z ##[debug]            "starred_url": "https://api.github.com/users/houserx/starred{/owner}{/repo}",
2023-10-25T22:43:51.6545360Z ##[debug]            "subscriptions_url": "https://api.github.com/users/houserx/subscriptions",
2023-10-25T22:43:51.6545923Z ##[debug]            "type": "Organization",
2023-10-25T22:43:51.6546371Z ##[debug]            "url": "https://api.github.com/users/houserx"
2023-10-25T22:43:51.6546984Z ##[debug]          },
2023-10-25T22:43:51.6547287Z ##[debug]          "private": true,
2023-10-25T22:43:51.6547789Z ##[debug]          "pulls_url": "https://api.github.com/repos/houserx/infra/pulls{/number}",
2023-10-25T22:43:51.6548469Z ##[debug]          "pushed_at": "2023-10-25T22:37:18Z",
2023-10-25T22:43:51.6549063Z ##[debug]          "releases_url": "https://api.github.com/repos/houserx/infra/releases{/id}",
2023-10-25T22:43:51.6549570Z ##[debug]          "size": 24211,
2023-10-25T22:43:51.6550011Z ##[debug]          "squash_merge_commit_message": "COMMIT_MESSAGES",
2023-10-25T22:43:51.6550563Z ##[debug]          "squash_merge_commit_title": "COMMIT_OR_PR_TITLE",
2023-10-25T22:43:51.6551088Z ##[debug]          "ssh_url": "git@github.com:houserx/infra.git",
2023-10-25T22:43:51.6551605Z ##[debug]          "stargazers_count": 1,
2023-10-25T22:43:51.6552177Z ##[debug]          "stargazers_url": "https://api.github.com/repos/houserx/infra/stargazers",
2023-10-25T22:43:51.6552960Z ##[debug]          "statuses_url": "https://api.github.com/repos/houserx/infra/statuses/{sha}",
2023-10-25T22:43:51.6553652Z ##[debug]          "subscribers_url": "https://api.github.com/repos/houserx/infra/subscribers",
2023-10-25T22:43:51.6554397Z ##[debug]          "subscription_url": "https://api.github.com/repos/houserx/infra/subscription",
2023-10-25T22:43:51.6555039Z ##[debug]          "svn_url": "https://github.com/houserx/infra",
2023-10-25T22:43:51.6555609Z ##[debug]          "tags_url": "https://api.github.com/repos/houserx/infra/tags",
2023-10-25T22:43:51.6556196Z ##[debug]          "teams_url": "https://api.github.com/repos/houserx/infra/teams",
2023-10-25T22:43:51.6556703Z ##[debug]          "topics": [
2023-10-25T22:43:51.6557041Z ##[debug]            "ansible",
2023-10-25T22:43:51.6557346Z ##[debug]            "terraform"
2023-10-25T22:43:51.6557681Z ##[debug]          ],
2023-10-25T22:43:51.6558154Z ##[debug]          "trees_url": "https://api.github.com/repos/houserx/infra/git/trees{/sha}",
2023-10-25T22:43:51.6558694Z ##[debug]          "updated_at": "2023-10-18T20:39:57Z",
2023-10-25T22:43:51.6559214Z ##[debug]          "url": "https://api.github.com/repos/houserx/infra",
2023-10-25T22:43:51.6559739Z ##[debug]          "use_squash_pr_title_as_default": false,
2023-10-25T22:43:51.6560341Z ##[debug]          "visibility": "private",
2023-10-25T22:43:51.6560722Z ##[debug]          "watchers": 1,
2023-10-25T22:43:51.6561071Z ##[debug]          "watchers_count": 1,
2023-10-25T22:43:51.6561482Z ##[debug]          "web_commit_signoff_required": false
2023-10-25T22:43:51.6561869Z ##[debug]        },
2023-10-25T22:43:51.6562236Z ##[debug]        "sha": "01d6989b8995337c889d67d24815dc2792a66b55",
2023-10-25T22:43:51.6562707Z ##[debug]        "user": {
2023-10-25T22:43:51.6563196Z ##[debug]          "avatar_url": "https://avatars.githubusercontent.com/u/88177326?v=4",
2023-10-25T22:43:51.6563879Z ##[debug]          "events_url": "https://api.github.com/users/houserx/events{/privacy}",
2023-10-25T22:43:51.6564551Z ##[debug]          "followers_url": "https://api.github.com/users/houserx/followers",
2023-10-25T22:43:51.6565261Z ##[debug]          "following_url": "https://api.github.com/users/houserx/following{/other_user}",
2023-10-25T22:43:51.6565923Z ##[debug]          "gists_url": "https://api.github.com/users/houserx/gists{/gist_id}",
2023-10-25T22:43:51.6566442Z ##[debug]          "gravatar_id": "",
2023-10-25T22:43:51.6566868Z ##[debug]          "html_url": "https://github.com/houserx",
2023-10-25T22:43:51.6567266Z ##[debug]          "id": 88177326,
2023-10-25T22:43:51.6567620Z ##[debug]          "login": "houserx",
2023-10-25T22:43:51.6568100Z ##[debug]          "node_id": "MDEyOk9yZ2FuaXphdGlvbjg4MTc3MzI2",
2023-10-25T22:43:51.6568750Z ##[debug]          "organizations_url": "https://api.github.com/users/houserx/orgs",
2023-10-25T22:43:51.6569425Z ##[debug]          "received_events_url": "https://api.github.com/users/houserx/received_events",
2023-10-25T22:43:51.6570087Z ##[debug]          "repos_url": "https://api.github.com/users/houserx/repos",
2023-10-25T22:43:51.6570637Z ##[debug]          "site_admin": false,
2023-10-25T22:43:51.6571193Z ##[debug]          "starred_url": "https://api.github.com/users/houserx/starred{/owner}{/repo}",
2023-10-25T22:43:51.6571967Z ##[debug]          "subscriptions_url": "https://api.github.com/users/houserx/subscriptions",
2023-10-25T22:43:51.6572816Z ##[debug]          "type": "Organization",
2023-10-25T22:43:51.6573286Z ##[debug]          "url": "https://api.github.com/users/houserx"
2023-10-25T22:43:51.6573809Z ##[debug]        }
2023-10-25T22:43:51.6574202Z ##[debug]      },
2023-10-25T22:43:51.6574812Z ##[debug]      "html_url": "https://github.com/houserx/infra/pull/1095",
2023-10-25T22:43:51.6575446Z ##[debug]      "id": 1567189723,
2023-10-25T22:43:51.6575932Z ##[debug]      "issue_url": "https://api.github.com/repos/houserx/infra/issues/1095",
2023-10-25T22:43:51.6576455Z ##[debug]      "labels": [
2023-10-25T22:43:51.6576744Z ##[debug]        {
2023-10-25T22:43:51.6577132Z ##[debug]          "color": "ededed",
2023-10-25T22:43:51.6577521Z ##[debug]          "default": false,
2023-10-25T22:43:51.6577891Z ##[debug]          "description": null,
2023-10-25T22:43:51.6578224Z ##[debug]          "id": 5859506730,
2023-10-25T22:43:51.6578610Z ##[debug]          "name": "dependent",
2023-10-25T22:43:51.6579047Z ##[debug]          "node_id": "LA_kwDOF8C8Wc8AAAABXUD6Kg",
2023-10-25T22:43:51.6579599Z ##[debug]          "url": "https://api.github.com/repos/houserx/infra/labels/dependent"
2023-10-25T22:43:51.6580118Z ##[debug]        }
2023-10-25T22:43:51.6580402Z ##[debug]      ],
2023-10-25T22:43:51.6580676Z ##[debug]      "locked": false,
2023-10-25T22:43:51.6581076Z ##[debug]      "maintainer_can_modify": false,
2023-10-25T22:43:51.6581664Z ##[debug]      "merge_commit_sha": "e151e6660ead8af6af7e6fb10c4f15dcfeb93f17",
2023-10-25T22:43:51.6582197Z ##[debug]      "mergeable": null,
2023-10-25T22:43:51.6582543Z ##[debug]      "mergeable_state": "unknown",
2023-10-25T22:43:51.6582945Z ##[debug]      "merged": false,
2023-10-25T22:43:51.6583417Z ##[debug]      "merged_at": null,
2023-10-25T22:43:51.6583729Z ##[debug]      "merged_by": null,
2023-10-25T22:43:51.6584080Z ##[debug]      "milestone": null,
2023-10-25T22:43:51.6584501Z ##[debug]      "node_id": "PR_kwDOF8C8Wc5daWrb",
2023-10-25T22:43:51.6584871Z ##[debug]      "number": 1095,
2023-10-25T22:43:51.6585363Z ##[debug]      "patch_url": "https://github.com/houserx/infra/pull/1095.patch",
2023-10-25T22:43:51.6585874Z ##[debug]      "rebaseable": null,
2023-10-25T22:43:51.6586334Z ##[debug]      "requested_reviewers": [],
2023-10-25T22:43:51.6677943Z ##[debug]      "requested_teams": [],
2023-10-25T22:43:51.6678668Z ##[debug]      "review_comment_url": "https://api.github.com/repos/houserx/infra/pulls/comments{/number}",
2023-10-25T22:43:51.6679227Z ##[debug]      "review_comments": 0,
2023-10-25T22:43:51.6679743Z ##[debug]      "review_comments_url": "https://api.github.com/repos/houserx/infra/pulls/1095/comments",
2023-10-25T22:43:51.6680281Z ##[debug]      "state": "open",
2023-10-25T22:43:51.6680880Z ##[debug]      "statuses_url": "https://api.github.com/repos/houserx/infra/statuses/01d6989b8995337c889d67d24815dc2792a66b55",
2023-10-25T22:43:51.6681643Z ##[debug]      "title": "removes unused tempClientBool_enableRBAC feature flag",
2023-10-25T22:43:51.6682278Z ##[debug]      "updated_at": "2023-10-25T22:37:21Z",
2023-10-25T22:43:51.6682946Z ##[debug]      "url": "https://api.github.com/repos/houserx/infra/pulls/1095",
2023-10-25T22:43:51.6683482Z ##[debug]      "user": {
2023-10-25T22:43:51.6683893Z ##[debug]        "avatar_url": "https://avatars.githubusercontent.com/u/3640686?v=4",
2023-10-25T22:43:51.6684524Z ##[debug]        "events_url": "https://api.github.com/users/sgraham3311/events{/privacy}",
2023-10-25T22:43:51.6685264Z ##[debug]        "followers_url": "https://api.github.com/users/sgraham3311/followers",
2023-10-25T22:43:51.6686099Z ##[debug]        "following_url": "https://api.github.com/users/sgraham3311/following{/other_user}",
2023-10-25T22:43:51.6686835Z ##[debug]        "gists_url": "https://api.github.com/users/sgraham3311/gists{/gist_id}",
2023-10-25T22:43:51.6687505Z ##[debug]        "gravatar_id": "",
2023-10-25T22:43:51.6688057Z ##[debug]        "html_url": "https://github.com/sgraham3311",
2023-10-25T22:43:51.6688431Z ##[debug]        "id": 3640686,
2023-10-25T22:43:51.6688758Z ##[debug]        "login": "sgraham3311",
2023-10-25T22:43:51.6689135Z ##[debug]        "node_id": "MDQ6VXNlcjM2NDA2ODY=",
2023-10-25T22:43:51.6689742Z ##[debug]        "organizations_url": "https://api.github.com/users/sgraham3311/orgs",
2023-10-25T22:43:51.6690393Z ##[debug]        "received_events_url": "https://api.github.com/users/sgraham3311/received_events",
2023-10-25T22:43:51.6691010Z ##[debug]        "repos_url": "https://api.github.com/users/sgraham3311/repos",
2023-10-25T22:43:51.6691513Z ##[debug]        "site_admin": false,
2023-10-25T22:43:51.6692298Z ##[debug]        "starred_url": "https://api.github.com/users/sgraham3311/starred{/owner}{/repo}",
2023-10-25T22:43:51.6693066Z ##[debug]        "subscriptions_url": "https://api.github.com/users/sgraham3311/subscriptions",
2023-10-25T22:43:51.6693561Z ##[debug]        "type": "User",
2023-10-25T22:43:51.6693929Z ##[debug]        "url": "https://api.github.com/users/sgraham3311"
2023-10-25T22:43:51.6694292Z ##[debug]      }
2023-10-25T22:43:51.6694498Z ##[debug]    },
2023-10-25T22:43:51.6694738Z ##[debug]    "repository": {
2023-10-25T22:43:51.6695002Z ##[debug]      "allow_forking": false,
2023-10-25T22:43:51.6695511Z ##[debug]      "archive_url": "https://api.github.com/repos/houserx/infra/{archive_format}{/ref}",
2023-10-25T22:43:51.6696021Z ##[debug]      "archived": false,
2023-10-25T22:43:51.6696480Z ##[debug]      "assignees_url": "https://api.github.com/repos/houserx/infra/assignees{/user}",
2023-10-25T22:43:51.6697122Z ##[debug]      "blobs_url": "https://api.github.com/repos/houserx/infra/git/blobs{/sha}",
2023-10-25T22:43:51.6697774Z ##[debug]      "branches_url": "https://api.github.com/repos/houserx/infra/branches{/branch}",
2023-10-25T22:43:51.6698357Z ##[debug]      "clone_url": "https://github.com/houserx/infra.git",
2023-10-25T22:43:51.6699003Z ##[debug]      "collaborators_url": "https://api.github.com/repos/houserx/infra/collaborators{/collaborator}",
2023-10-25T22:43:51.6699742Z ##[debug]      "comments_url": "https://api.github.com/repos/houserx/infra/comments{/number}",
2023-10-25T22:43:51.6700394Z ##[debug]      "commits_url": "https://api.github.com/repos/houserx/infra/commits{/sha}",
2023-10-25T22:43:51.6701070Z ##[debug]      "compare_url": "https://api.github.com/repos/houserx/infra/compare/{base}...{head}",
2023-10-25T22:43:51.6701750Z ##[debug]      "contents_url": "https://api.github.com/repos/houserx/infra/contents/{+path}",
2023-10-25T22:43:51.6702561Z ##[debug]      "contributors_url": "https://api.github.com/repos/houserx/infra/contributors",
2023-10-25T22:43:51.6703082Z ##[debug]      "created_at": "2021-08-21T08:32:35Z",
2023-10-25T22:43:51.6703437Z ##[debug]      "default_branch": "master",
2023-10-25T22:43:51.6703928Z ##[debug]      "deployments_url": "https://api.github.com/repos/houserx/infra/deployments",
2023-10-25T22:43:51.6704566Z ##[debug]      "description": "Holds the terraform files for the AWS infra of HouseRX",
2023-10-25T22:43:51.6705029Z ##[debug]      "disabled": false,
2023-10-25T22:43:51.6705459Z ##[debug]      "downloads_url": "https://api.github.com/repos/houserx/infra/downloads",
2023-10-25T22:43:51.6706052Z ##[debug]      "events_url": "https://api.github.com/repos/houserx/infra/events",
2023-10-25T22:43:51.6706491Z ##[debug]      "fork": false,
2023-10-25T22:43:51.6706739Z ##[debug]      "forks": 0,
2023-10-25T22:43:51.6706989Z ##[debug]      "forks_count": 0,
2023-10-25T22:43:51.6707394Z ##[debug]      "forks_url": "https://api.github.com/repos/houserx/infra/forks",
2023-10-25T22:43:51.6708170Z ##[debug]      "full_name": "houserx/infra",
2023-10-25T22:43:51.6708694Z ##[debug]      "git_commits_url": "https://api.github.com/repos/houserx/infra/git/commits{/sha}",
2023-10-25T22:43:51.6709362Z ##[debug]      "git_refs_url": "https://api.github.com/repos/houserx/infra/git/refs{/sha}",
2023-10-25T22:43:51.6709996Z ##[debug]      "git_tags_url": "https://api.github.com/repos/houserx/infra/git/tags{/sha}",
2023-10-25T22:43:51.6710662Z ##[debug]      "git_url": "git://github.com/houserx/infra.git",
2023-10-25T22:43:51.6711058Z ##[debug]      "has_discussions": false,
2023-10-25T22:43:51.6711377Z ##[debug]      "has_downloads": true,
2023-10-25T22:43:51.6711777Z ##[debug]      "has_issues": true,
2023-10-25T22:43:51.6712062Z ##[debug]      "has_pages": false,
2023-10-25T22:43:51.6712346Z ##[debug]      "has_projects": true,
2023-10-25T22:43:51.6712628Z ##[debug]      "has_wiki": true,
2023-10-25T22:43:51.6712908Z ##[debug]      "homepage": "",
2023-10-25T22:43:51.6713306Z ##[debug]      "hooks_url": "https://api.github.com/repos/houserx/infra/hooks",
2023-10-25T22:43:51.6713879Z ##[debug]      "html_url": "https://github.com/houserx/infra",
2023-10-25T22:43:51.6714245Z ##[debug]      "id": 398507097,
2023-10-25T22:43:51.6714517Z ##[debug]      "is_template": false,
2023-10-25T22:43:51.6715041Z ##[debug]      "issue_comment_url": "https://api.github.com/repos/houserx/infra/issues/comments{/number}",
2023-10-25T22:43:51.6715785Z ##[debug]      "issue_events_url": "https://api.github.com/repos/houserx/infra/issues/events{/number}",
2023-10-25T22:43:51.6716463Z ##[debug]      "issues_url": "https://api.github.com/repos/houserx/infra/issues{/number}",
2023-10-25T22:43:51.6717075Z ##[debug]      "keys_url": "https://api.github.com/repos/houserx/infra/keys{/key_id}",
2023-10-25T22:43:51.6717689Z ##[debug]      "labels_url": "https://api.github.com/repos/houserx/infra/labels{/name}",
2023-10-25T22:43:51.6718154Z ##[debug]      "language": "HCL",
2023-10-25T22:43:51.6718597Z ##[debug]      "languages_url": "https://api.github.com/repos/houserx/infra/languages",
2023-10-25T22:43:51.6719058Z ##[debug]      "license": null,
2023-10-25T22:43:51.6719463Z ##[debug]      "merges_url": "https://api.github.com/repos/houserx/infra/merges",
2023-10-25T22:43:51.6720090Z ##[debug]      "milestones_url": "https://api.github.com/repos/houserx/infra/milestones{/number}",
2023-10-25T22:43:51.6720595Z ##[debug]      "mirror_url": null,
2023-10-25T22:43:51.6720862Z ##[debug]      "name": "infra",
2023-10-25T22:43:51.6721220Z ##[debug]      "node_id": "MDEwOlJlcG9zaXRvcnkzOTg1MDcwOTc=",
2023-10-25T22:43:51.6721917Z ##[debug]      "notifications_url": "https://api.github.com/repos/houserx/infra/notifications{?since,all,participating}",
2023-10-25T22:43:51.6722530Z ##[debug]      "open_issues": 9,
2023-10-25T22:43:51.6722807Z ##[debug]      "open_issues_count": 9,
2023-10-25T22:43:51.6723101Z ##[debug]      "owner": {
2023-10-25T22:43:51.6723507Z ##[debug]        "avatar_url": "https://avatars.githubusercontent.com/u/88177326?v=4",
2023-10-25T22:43:51.6724110Z ##[debug]        "events_url": "https://api.github.com/users/houserx/events{/privacy}",
2023-10-25T22:43:51.6724703Z ##[debug]        "followers_url": "https://api.github.com/users/houserx/followers",
2023-10-25T22:43:51.6725324Z ##[debug]        "following_url": "https://api.github.com/users/houserx/following{/other_user}",
2023-10-25T22:43:51.6725951Z ##[debug]        "gists_url": "https://api.github.com/users/houserx/gists{/gist_id}",
2023-10-25T22:43:51.6726389Z ##[debug]        "gravatar_id": "",
2023-10-25T22:43:51.6726737Z ##[debug]        "html_url": "https://github.com/houserx",
2023-10-25T22:43:51.6727100Z ##[debug]        "id": 88177326,
2023-10-25T22:43:51.6727364Z ##[debug]        "login": "houserx",
2023-10-25T22:43:51.6727744Z ##[debug]        "node_id": "MDEyOk9yZ2FuaXphdGlvbjg4MTc3MzI2",
2023-10-25T22:43:51.6728277Z ##[debug]        "organizations_url": "https://api.github.com/users/houserx/orgs",
2023-10-25T22:43:51.6728881Z ##[debug]        "received_events_url": "https://api.github.com/users/houserx/received_events",
2023-10-25T22:43:51.6729465Z ##[debug]        "repos_url": "https://api.github.com/users/houserx/repos",
2023-10-25T22:43:51.6729880Z ##[debug]        "site_admin": false,
2023-10-25T22:43:51.6730350Z ##[debug]        "starred_url": "https://api.github.com/users/houserx/starred{/owner}{/repo}",
2023-10-25T22:43:51.6731063Z ##[debug]        "subscriptions_url": "https://api.github.com/users/houserx/subscriptions",
2023-10-25T22:43:51.6731550Z ##[debug]        "type": "Organization",
2023-10-25T22:43:51.6731928Z ##[debug]        "url": "https://api.github.com/users/houserx"
2023-10-25T22:43:51.6732275Z ##[debug]      },
2023-10-25T22:43:51.6732502Z ##[debug]      "private": true,
2023-10-25T22:43:51.6732942Z ##[debug]      "pulls_url": "https://api.github.com/repos/houserx/infra/pulls{/number}",
2023-10-25T22:43:51.6733428Z ##[debug]      "pushed_at": "2023-10-25T22:37:18Z",
2023-10-25T22:43:51.6733933Z ##[debug]      "releases_url": "https://api.github.com/repos/houserx/infra/releases{/id}",
2023-10-25T22:43:51.6734400Z ##[debug]      "size": 24211,
2023-10-25T22:43:51.6734781Z ##[debug]      "ssh_url": "git@github.com:houserx/infra.git",
2023-10-25T22:43:51.6735154Z ##[debug]      "stargazers_count": 1,
2023-10-25T22:43:51.6735615Z ##[debug]      "stargazers_url": "https://api.github.com/repos/houserx/infra/stargazers",
2023-10-25T22:43:51.6736255Z ##[debug]      "statuses_url": "https://api.github.com/repos/houserx/infra/statuses/{sha}",
2023-10-25T22:43:51.6736888Z ##[debug]      "subscribers_url": "https://api.github.com/repos/houserx/infra/subscribers",
2023-10-25T22:43:51.6737534Z ##[debug]      "subscription_url": "https://api.github.com/repos/houserx/infra/subscription",
2023-10-25T22:43:51.6738085Z ##[debug]      "svn_url": "https://github.com/houserx/infra",
2023-10-25T22:43:51.6738584Z ##[debug]      "tags_url": "https://api.github.com/repos/houserx/infra/tags",
2023-10-25T22:43:51.6739123Z ##[debug]      "teams_url": "https://api.github.com/repos/houserx/infra/teams",
2023-10-25T22:43:51.6739545Z ##[debug]      "topics": [
2023-10-25T22:43:51.6739796Z ##[debug]        "ansible",
2023-10-25T22:43:51.6740037Z ##[debug]        "terraform"
2023-10-25T22:43:51.6740286Z ##[debug]      ],
2023-10-25T22:43:51.6740675Z ##[debug]      "trees_url": "https://api.github.com/repos/houserx/infra/git/trees{/sha}",
2023-10-25T22:43:51.6741180Z ##[debug]      "updated_at": "2023-10-18T20:39:57Z",
2023-10-25T22:43:51.6741607Z ##[debug]      "url": "https://api.github.com/repos/houserx/infra",
2023-10-25T22:43:51.6742008Z ##[debug]      "visibility": "private",
2023-10-25T22:43:51.6742301Z ##[debug]      "watchers": 1,
2023-10-25T22:43:51.6742565Z ##[debug]      "watchers_count": 1,
2023-10-25T22:43:51.6742899Z ##[debug]      "web_commit_signoff_required": false
2023-10-25T22:43:51.6743235Z ##[debug]    },
2023-10-25T22:43:51.6743437Z ##[debug]    "sender": {
2023-10-25T22:43:51.6743852Z ##[debug]      "avatar_url": "https://avatars.githubusercontent.com/u/129085294?v=4",
2023-10-25T22:43:51.6744483Z ##[debug]      "events_url": "https://api.github.com/users/houserx-jmcc/events{/privacy}",
2023-10-25T22:43:51.6745101Z ##[debug]      "followers_url": "https://api.github.com/users/houserx-jmcc/followers",
2023-10-25T22:43:51.6745761Z ##[debug]      "following_url": "https://api.github.com/users/houserx-jmcc/following{/other_user}",
2023-10-25T22:43:51.6746592Z ##[debug]      "gists_url": "https://api.github.com/users/houserx-jmcc/gists{/gist_id}",
2023-10-25T22:43:51.6747053Z ##[debug]      "gravatar_id": "",
2023-10-25T22:43:51.6747419Z ##[debug]      "html_url": "https://github.com/houserx-jmcc",
2023-10-25T22:43:51.6747788Z ##[debug]      "id": 129085294,
2023-10-25T22:43:51.6748072Z ##[debug]      "login": "houserx-jmcc",
2023-10-25T22:43:51.6748383Z ##[debug]      "node_id": "U_kgDOB7Gvbg",
2023-10-25T22:43:51.6748845Z ##[debug]      "organizations_url": "https://api.github.com/users/houserx-jmcc/orgs",
2023-10-25T22:43:51.6749496Z ##[debug]      "received_events_url": "https://api.github.com/users/houserx-jmcc/received_events",
2023-10-25T22:43:51.6750119Z ##[debug]      "repos_url": "https://api.github.com/users/houserx-jmcc/repos",
2023-10-25T22:43:51.6750554Z ##[debug]      "site_admin": false,
2023-10-25T22:43:51.6751041Z ##[debug]      "starred_url": "https://api.github.com/users/houserx-jmcc/starred{/owner}{/repo}",
2023-10-25T22:43:51.6751902Z ##[debug]      "subscriptions_url": "https://api.github.com/users/houserx-jmcc/subscriptions",
2023-10-25T22:43:51.6752388Z ##[debug]      "type": "User",
2023-10-25T22:43:51.6752738Z ##[debug]      "url": "https://api.github.com/users/houserx-jmcc"
2023-10-25T22:43:51.6753117Z ##[debug]    }
2023-10-25T22:43:51.6753311Z ##[debug]  },
2023-10-25T22:43:51.6753537Z ##[debug]  "eventName": "pull_request",
2023-10-25T22:43:51.6753926Z ##[debug]  "sha": "4da4e83d66763db4f91609c23af6cd81e0961953",
2023-10-25T22:43:51.6754307Z ##[debug]  "ref": "refs/pull/1095/merge",
2023-10-25T22:43:51.6754681Z ##[debug]  "workflow": "👀 Terraform Plan",
2023-10-25T22:43:51.6755013Z ##[debug]  "action": "changed-files",
2023-10-25T22:43:51.6755372Z ##[debug]  "actor": "houserx-jmcc",
2023-10-25T22:43:51.6755698Z ##[debug]  "job": "conditional_job_check_files",
2023-10-25T22:43:51.6756026Z ##[debug]  "runNumber": 588,
2023-10-25T22:43:51.6756277Z ##[debug]  "runId": 6646975040,
2023-10-25T22:43:51.6756591Z ##[debug]  "apiUrl": "https://api.github.com",
2023-10-25T22:43:51.6756954Z ##[debug]  "serverUrl": "https://github.com",
2023-10-25T22:43:51.6757335Z ##[debug]  "graphqlUrl": "https://api.github.com/graphql"
2023-10-25T22:43:51.6757676Z ##[debug]}
2023-10-25T22:43:51.6758179Z ##[debug]Working directory: /runner/_work/infra/infra
2023-10-25T22:43:51.6758811Z [command]/usr/bin/git rev-parse --is-inside-work-tree
2023-10-25T22:43:51.6759159Z true
2023-10-25T22:43:51.6759520Z ##[debug]Has git directory: true
2023-10-25T22:43:51.6759963Z ##[debug]Input file patterns: terraform-*
2023-10-25T22:43:51.6760422Z ##[debug]File patterns: terraform-*
2023-10-25T22:43:51.6760861Z ##[debug]Yaml file patterns: {}
2023-10-25T22:43:51.6761134Z Using local .git directory
2023-10-25T22:43:51.6761444Z [command]/usr/bin/git --version
2023-10-25T22:43:51.6761731Z git version 2.42.0
2023-10-25T22:43:51.6762070Z [command]/usr/bin/git config --global core.quotepath on
2023-10-25T22:43:51.6762556Z [command]/usr/bin/git config --global diff.relative true
2023-10-25T22:43:51.6763042Z [command]/usr/bin/git rev-parse --is-shallow-repository
2023-10-25T22:43:51.6763372Z true
2023-10-25T22:43:51.6763578Z [command]/usr/bin/git submodule status
2023-10-25T22:43:51.6763935Z Running on a pull_request (synchronize) event...
2023-10-25T22:43:51.6764323Z Repository is shallow, fetching more history...
2023-10-25T22:43:51.6765064Z [command]/usr/bin/git fetch -q --no-tags --prune --recurse-submodules -u --progress origin pull/1095/head:HRXP-4662
2023-10-25T22:43:51.9248696Z ##[debug]Fetching target branch...
2023-10-25T22:43:51.9253531Z [command]/usr/bin/git fetch -q --no-tags --prune --recurse-submodules -u --progress --deepen=50 origin +refs/heads/master:refs/remotes/origin/master
2023-10-25T22:43:52.2886650Z remote: Enumerating objects: 383, done.        
2023-10-25T22:43:52.2887464Z remote: Counting objects:   0% (1/338)        
2023-10-25T22:43:52.2887840Z remote: Counting objects:   1% (4/338)        
2023-10-25T22:43:52.2888461Z remote: Counting objects:   2% (7/338)        
2023-10-25T22:43:52.2889005Z remote: Counting objects:   3% (11/338)        
2023-10-25T22:43:52.2889368Z remote: Counting objects:   4% (14/338)        
2023-10-25T22:43:52.2889879Z remote: Counting objects:   5% (17/338)        
2023-10-25T22:43:52.2890431Z remote: Counting objects:   6% (21/338)        
2023-10-25T22:43:52.2890945Z remote: Counting objects:   7% (24/338)        
2023-10-25T22:43:52.2891321Z remote: Counting objects:   8% (28/338)        
2023-10-25T22:43:52.2891670Z remote: Counting objects:   9% (31/338)        
2023-10-25T22:43:52.2892025Z remote: Counting objects:  10% (34/338)        
2023-10-25T22:43:52.2892366Z remote: Counting objects:  11% (38/338)        
2023-10-25T22:43:52.2892706Z remote: Counting objects:  12% (41/338)        
2023-10-25T22:43:52.2893053Z remote: Counting objects:  13% (44/338)        
2023-10-25T22:43:52.2893488Z remote: Counting objects:  14% (48/338)        
2023-10-25T22:43:52.2893862Z remote: Counting objects:  15% (51/338)        
2023-10-25T22:43:52.2894372Z remote: Counting objects:  16% (55/338)        
2023-10-25T22:43:52.2894714Z remote: Counting objects:  17% (58/338)        
2023-10-25T22:43:52.2895047Z remote: Counting objects:  18% (61/338)        
2023-10-25T22:43:52.2895393Z remote: Counting objects:  19% (65/338)        
2023-10-25T22:43:52.2895733Z remote: Counting objects:  20% (68/338)        
2023-10-25T22:43:52.2896066Z remote: Counting objects:  21% (71/338)        
2023-10-25T22:43:52.2896411Z remote: Counting objects:  22% (75/338)        
2023-10-25T22:43:52.2896754Z remote: Counting objects:  23% (78/338)        
2023-10-25T22:43:52.2897084Z remote: Counting objects:  24% (82/338)        
2023-10-25T22:43:52.2897434Z remote: Counting objects:  25% (85/338)        
2023-10-25T22:43:52.2897870Z remote: Counting objects:  26% (88/338)        
2023-10-25T22:43:52.2898203Z remote: Counting objects:  27% (92/338)        
2023-10-25T22:43:52.2898536Z remote: Counting objects:  28% (95/338)        
2023-10-25T22:43:52.2898876Z remote: Counting objects:  29% (99/338)        
2023-10-25T22:43:52.2899221Z remote: Counting objects:  30% (102/338)        
2023-10-25T22:43:52.2899575Z remote: Counting objects:  31% (105/338)        
2023-10-25T22:43:52.2899936Z remote: Counting objects:  32% (109/338)        
2023-10-25T22:43:52.2900295Z remote: Counting objects:  33% (112/338)        
2023-10-25T22:43:52.2900648Z remote: Counting objects:  34% (115/338)        
2023-10-25T22:43:52.2901013Z remote: Counting objects:  35% (119/338)        
2023-10-25T22:43:52.2901378Z remote: Counting objects:  36% (122/338)        
2023-10-25T22:43:52.2901730Z remote: Counting objects:  37% (126/338)        
2023-10-25T22:43:52.2902087Z remote: Counting objects:  38% (129/338)        
2023-10-25T22:43:52.2902447Z remote: Counting objects:  39% (132/338)        
2023-10-25T22:43:52.2902784Z remote: Counting objects:  40% (136/338)        
2023-10-25T22:43:52.2903137Z remote: Counting objects:  41% (139/338)        
2023-10-25T22:43:52.2903486Z remote: Counting objects:  42% (142/338)        
2023-10-25T22:43:52.2903829Z remote: Counting objects:  43% (146/338)        
2023-10-25T22:43:52.2904176Z remote: Counting objects:  44% (149/338)        
2023-10-25T22:43:52.2904522Z remote: Counting objects:  45% (153/338)        
2023-10-25T22:43:52.2904861Z remote: Counting objects:  46% (156/338)        
2023-10-25T22:43:52.2905236Z remote: Counting objects:  47% (159/338)        
2023-10-25T22:43:52.2905588Z remote: Counting objects:  48% (163/338)        
2023-10-25T22:43:52.2905932Z remote: Counting objects:  49% (166/338)        
2023-10-25T22:43:52.2906268Z remote: Counting objects:  50% (169/338)        
2023-10-25T22:43:52.2906615Z remote: Counting objects:  51% (173/338)        
2023-10-25T22:43:52.2906965Z remote: Counting objects:  52% (176/338)        
2023-10-25T22:43:52.2907307Z remote: Counting objects:  53% (180/338)        
2023-10-25T22:43:52.2907652Z remote: Counting objects:  54% (183/338)        
2023-10-25T22:43:52.2908001Z remote: Counting objects:  55% (186/338)        
2023-10-25T22:43:52.2908347Z remote: Counting objects:  56% (190/338)        
2023-10-25T22:43:52.2908692Z remote: Counting objects:  57% (193/338)        
2023-10-25T22:43:52.2909037Z remote: Counting objects:  58% (197/338)        
2023-10-25T22:43:52.2909374Z remote: Counting objects:  59% (200/338)        
2023-10-25T22:43:52.2909722Z remote: Counting objects:  60% (203/338)        
2023-10-25T22:43:52.2910071Z remote: Counting objects:  61% (207/338)        
2023-10-25T22:43:52.2910409Z remote: Counting objects:  62% (210/338)        
2023-10-25T22:43:52.2910753Z remote: Counting objects:  63% (213/338)        
2023-10-25T22:43:52.2911093Z remote: Counting objects:  64% (217/338)        
2023-10-25T22:43:52.2911430Z remote: Counting objects:  65% (220/338)        
2023-10-25T22:43:52.2911894Z remote: Counting objects:  66% (224/338)        
2023-10-25T22:43:52.2912249Z remote: Counting objects:  67% (227/338)        
2023-10-25T22:43:52.2912586Z remote: Counting objects:  68% (230/338)        
2023-10-25T22:43:52.2913028Z remote: Counting objects:  69% (234/338)        
2023-10-25T22:43:52.2913375Z remote: Counting objects:  70% (237/338)        
2023-10-25T22:43:52.2913712Z remote: Counting objects:  71% (240/338)        
2023-10-25T22:43:52.2914064Z remote: Counting objects:  72% (244/338)        
2023-10-25T22:43:52.2914414Z remote: Counting objects:  73% (247/338)        
2023-10-25T22:43:52.2914752Z remote: Counting objects:  74% (251/338)        
2023-10-25T22:43:52.2915099Z remote: Counting objects:  75% (254/338)        
2023-10-25T22:43:52.2915448Z remote: Counting objects:  76% (257/338)        
2023-10-25T22:43:52.2915788Z remote: Counting objects:  77% (261/338)        
2023-10-25T22:43:52.2916192Z remote: Counting objects:  78% (264/338)        
2023-10-25T22:43:52.2916536Z remote: Counting objects:  79% (268/338)        
2023-10-25T22:43:52.2916876Z remote: Counting objects:  80% (271/338)        
2023-10-25T22:43:52.2917215Z remote: Counting objects:  81% (274/338)        
2023-10-25T22:43:52.2917564Z remote: Counting objects:  82% (278/338)        
2023-10-25T22:43:52.2917915Z remote: Counting objects:  83% (281/338)        
2023-10-25T22:43:52.2918251Z remote: Counting objects:  84% (284/338)        
2023-10-25T22:43:52.2918593Z remote: Counting objects:  85% (288/338)        
2023-10-25T22:43:52.2918933Z remote: Counting objects:  86% (291/338)        
2023-10-25T22:43:52.2919270Z remote: Counting objects:  87% (295/338)        
2023-10-25T22:43:52.2919621Z remote: Counting objects:  88% (298/338)        
2023-10-25T22:43:52.2919974Z remote: Counting objects:  89% (301/338)        
2023-10-25T22:43:52.2920306Z remote: Counting objects:  90% (305/338)        
2023-10-25T22:43:52.2920656Z remote: Counting objects:  91% (308/338)        
2023-10-25T22:43:52.2920996Z remote: Counting objects:  92% (311/338)        
2023-10-25T22:43:52.2921330Z remote: Counting objects:  93% (315/338)        
2023-10-25T22:43:52.2921674Z remote: Counting objects:  94% (318/338)        
2023-10-25T22:43:52.2922022Z remote: Counting objects:  95% (322/338)        
2023-10-25T22:43:52.2922358Z remote: Counting objects:  96% (325/338)        
2023-10-25T22:43:52.2922702Z remote: Counting objects:  97% (328/338)        
2023-10-25T22:43:52.2923052Z remote: Counting objects:  98% (332/338)        
2023-10-25T22:43:52.2923389Z remote: Counting objects:  99% (335/338)        
2023-10-25T22:43:52.2923733Z remote: Counting objects: 100% (338/338)        
2023-10-25T22:43:52.2924116Z remote: Counting objects: 100% (338/338), done.        
2023-10-25T22:43:52.2924509Z remote: Compressing objects:   0% (1/146)        
2023-10-25T22:43:52.2924887Z remote: Compressing objects:   1% (2/146)        
2023-10-25T22:43:52.2925256Z remote: Compressing objects:   2% (3/146)        
2023-10-25T22:43:52.2925609Z remote: Compressing objects:   3% (5/146)        
2023-10-25T22:43:52.2925968Z remote: Compressing objects:   4% (6/146)        
2023-10-25T22:43:52.2926333Z remote: Compressing objects:   5% (8/146)        
2023-10-25T22:43:52.2926701Z remote: Compressing objects:   6% (9/146)        
2023-10-25T22:43:52.2927062Z remote: Compressing objects:   7% (11/146)        
2023-10-25T22:43:52.2929637Z remote: Compressing objects:   8% (12/146)        
2023-10-25T22:43:52.2930054Z remote: Compressing objects:   9% (14/146)        
2023-10-25T22:43:52.2930438Z remote: Compressing objects:  10% (15/146)        
2023-10-25T22:43:52.2930826Z remote: Compressing objects:  11% (17/146)        
2023-10-25T22:43:52.2931209Z remote: Compressing objects:  12% (18/146)        
2023-10-25T22:43:52.2931574Z remote: Compressing objects:  13% (19/146)        
2023-10-25T22:43:52.2931957Z remote: Compressing objects:  14% (21/146)        
2023-10-25T22:43:52.3000719Z remote: Compressing objects:  15% (22/146)        
2023-10-25T22:43:52.3001309Z remote: Compressing objects:  16% (24/146)        
2023-10-25T22:43:52.3001774Z remote: Compressing objects:  17% (25/146)        
2023-10-25T22:43:52.3002165Z remote: Compressing objects:  18% (27/146)        
2023-10-25T22:43:52.3002815Z remote: Compressing objects:  19% (28/146)        
2023-10-25T22:43:52.3003404Z remote: Compressing objects:  20% (30/146)        
2023-10-25T22:43:52.3003983Z remote: Compressing objects:  21% (31/146)        
2023-10-25T22:43:52.3004537Z remote: Compressing objects:  22% (33/146)        
2023-10-25T22:43:52.3004901Z remote: Compressing objects:  23% (34/146)        
2023-10-25T22:43:52.3005271Z remote: Compressing objects:  24% (36/146)        
2023-10-25T22:43:52.3005671Z remote: Compressing objects:  25% (37/146)        
2023-10-25T22:43:52.3006037Z remote: Compressing objects:  26% (38/146)        
2023-10-25T22:43:52.3006398Z remote: Compressing objects:  27% (40/146)        
2023-10-25T22:43:52.3006839Z remote: Compressing objects:  28% (41/146)        
2023-10-25T22:43:52.3007211Z remote: Compressing objects:  29% (43/146)        
2023-10-25T22:43:52.3007572Z remote: Compressing objects:  30% (44/146)        
2023-10-25T22:43:52.3007935Z remote: Compressing objects:  31% (46/146)        
2023-10-25T22:43:52.3008307Z remote: Compressing objects:  32% (47/146)        
2023-10-25T22:43:52.3008666Z remote: Compressing objects:  33% (49/146)        
2023-10-25T22:43:52.3009033Z remote: Compressing objects:  34% (50/146)        
2023-10-25T22:43:52.3009407Z remote: Compressing objects:  35% (52/146)        
2023-10-25T22:43:52.3009769Z remote: Compressing objects:  36% (53/146)        
2023-10-25T22:43:52.3010132Z remote: Compressing objects:  37% (55/146)        
2023-10-25T22:43:52.3010502Z remote: Compressing objects:  38% (56/146)        
2023-10-25T22:43:52.3010871Z remote: Compressing objects:  39% (57/146)        
2023-10-25T22:43:52.3011243Z remote: Compressing objects:  40% (59/146)        
2023-10-25T22:43:52.3011615Z remote: Compressing objects:  41% (60/146)        
2023-10-25T22:43:52.3011975Z remote: Compressing objects:  42% (62/146)        
2023-10-25T22:43:52.3012341Z remote: Compressing objects:  43% (63/146)        
2023-10-25T22:43:52.3012711Z remote: Compressing objects:  44% (65/146)        
2023-10-25T22:43:52.3013072Z remote: Compressing objects:  45% (66/146)        
2023-10-25T22:43:52.3013431Z remote: Compressing objects:  46% (68/146)        
2023-10-25T22:43:52.3013795Z remote: Compressing objects:  47% (69/146)        
2023-10-25T22:43:52.3014168Z remote: Compressing objects:  48% (71/146)        
2023-10-25T22:43:52.3014526Z remote: Compressing objects:  49% (72/146)        
2023-10-25T22:43:52.3014896Z remote: Compressing objects:  50% (73/146)        
2023-10-25T22:43:52.3015264Z remote: Compressing objects:  51% (75/146)        
2023-10-25T22:43:52.3015628Z remote: Compressing objects:  52% (76/146)        
2023-10-25T22:43:52.3015997Z remote: Compressing objects:  53% (78/146)        
2023-10-25T22:43:52.3016365Z remote: Compressing objects:  54% (79/146)        
2023-10-25T22:43:52.3016723Z remote: Compressing objects:  55% (81/146)        
2023-10-25T22:43:52.3017090Z remote: Compressing objects:  56% (82/146)        
2023-10-25T22:43:52.3017459Z remote: Compressing objects:  57% (84/146)        
2023-10-25T22:43:52.3017819Z remote: Compressing objects:  58% (85/146)        
2023-10-25T22:43:52.3018186Z remote: Compressing objects:  59% (87/146)        
2023-10-25T22:43:52.3018552Z remote: Compressing objects:  60% (88/146)        
2023-10-25T22:43:52.3018913Z remote: Compressing objects:  61% (90/146)        
2023-10-25T22:43:52.3019276Z remote: Compressing objects:  62% (91/146)        
2023-10-25T22:43:52.3019641Z remote: Compressing objects:  63% (92/146)        
2023-10-25T22:43:52.3020002Z remote: Compressing objects:  64% (94/146)        
2023-10-25T22:43:52.3020375Z remote: Compressing objects:  65% (95/146)        
2023-10-25T22:43:52.3020751Z remote: Compressing objects:  66% (97/146)        
2023-10-25T22:43:52.3021109Z remote: Compressing objects:  67% (98/146)        
2023-10-25T22:43:52.3021484Z remote: Compressing objects:  68% (100/146)        
2023-10-25T22:43:52.3021872Z remote: Compressing objects:  69% (101/146)        
2023-10-25T22:43:52.3022335Z remote: Compressing objects:  70% (103/146)        
2023-10-25T22:43:52.3022711Z remote: Compressing objects:  71% (104/146)        
2023-10-25T22:43:52.3023093Z remote: Compressing objects:  72% (106/146)        
2023-10-25T22:43:52.3023482Z remote: Compressing objects:  73% (107/146)        
2023-10-25T22:43:52.3023859Z remote: Compressing objects:  74% (109/146)        
2023-10-25T22:43:52.3024239Z remote: Compressing objects:  75% (110/146)        
2023-10-25T22:43:52.3024617Z remote: Compressing objects:  76% (111/146)        
2023-10-25T22:43:52.3024987Z remote: Compressing objects:  77% (113/146)        
2023-10-25T22:43:52.3025361Z remote: Compressing objects:  78% (114/146)        
2023-10-25T22:43:52.3025813Z remote: Compressing objects:  79% (116/146)        
2023-10-25T22:43:52.3026180Z remote: Compressing objects:  80% (117/146)        
2023-10-25T22:43:52.3026548Z remote: Compressing objects:  81% (119/146)        
2023-10-25T22:43:52.3026924Z remote: Compressing objects:  82% (120/146)        
2023-10-25T22:43:52.3027294Z remote: Compressing objects:  83% (122/146)        
2023-10-25T22:43:52.3027670Z remote: Compressing objects:  84% (123/146)        
2023-10-25T22:43:52.3028046Z remote: Compressing objects:  85% (125/146)        
2023-10-25T22:43:52.3028410Z remote: Compressing objects:  86% (126/146)        
2023-10-25T22:43:52.3028785Z remote: Compressing objects:  87% (128/146)        
2023-10-25T22:43:52.3029162Z remote: Compressing objects:  88% (129/146)        
2023-10-25T22:43:52.3029522Z remote: Compressing objects:  89% (130/146)        
2023-10-25T22:43:52.3029895Z remote: Compressing objects:  90% (132/146)        
2023-10-25T22:43:52.3030267Z remote: Compressing objects:  91% (133/146)        
2023-10-25T22:43:52.3030633Z remote: Compressing objects:  92% (135/146)        
2023-10-25T22:43:52.3031013Z remote: Compressing objects:  93% (136/146)        
2023-10-25T22:43:52.3031381Z remote: Compressing objects:  94% (138/146)        
2023-10-25T22:43:52.3031900Z remote: Compressing objects:  95% (139/146)        
2023-10-25T22:43:52.3032272Z remote: Compressing objects:  96% (141/146)        
2023-10-25T22:43:52.3032650Z remote: Compressing objects:  97% (142/146)        
2023-10-25T22:43:52.3033021Z remote: Compressing objects:  98% (144/146)        
2023-10-25T22:43:52.3033386Z remote: Compressing objects:  99% (145/146)        
2023-10-25T22:43:52.3033760Z remote: Compressing objects: 100% (146/146)        
2023-10-25T22:43:52.3034181Z remote: Compressing objects: 100% (146/146), done.        
2023-10-25T22:43:52.3234148Z remote: Total 268 (delta 215), reused 165 (delta 120), pack-reused 0        
2023-10-25T22:43:52.3500859Z Completed fetching more history.
2023-10-25T22:43:52.3503238Z ##[debug]Getting current SHA...
2023-10-25T22:43:52.3509355Z [command]/usr/bin/git rev-parse --verify 01d6989b8995337c889d67d24815dc2792a66b55^{commit}
2023-10-25T22:43:52.3527369Z 01d6989b8995337c889d67d24815dc2792a66b55
2023-10-25T22:43:52.3535082Z [command]/usr/bin/git rev-parse --verify 01d6989b8995337c889d67d24815dc2792a66b55^{commit}
2023-10-25T22:43:52.3553263Z 01d6989b8995337c889d67d24815dc2792a66b55
2023-10-25T22:43:52.3556311Z ##[debug]Current SHA: 01d6989b8995337c889d67d24815dc2792a66b55
2023-10-25T22:43:52.3560414Z [command]/usr/bin/git rev-parse origin/master
2023-10-25T22:43:52.3575445Z 3ef5ef808641cbb63dc5cb8855fe230f47ef78cf
2023-10-25T22:43:52.3582782Z [command]/usr/bin/git merge-base 3ef5ef808641cbb63dc5cb8855fe230f47ef78cf 01d6989b8995337c889d67d24815dc2792a66b55
2023-10-25T22:43:52.3602771Z 3ef5ef808641cbb63dc5cb8855fe230f47ef78cf
2023-10-25T22:43:52.3608439Z [command]/usr/bin/git log --format=%H 3ef5ef808641cbb63dc5cb8855fe230f47ef78cf..01d6989b8995337c889d67d24815dc2792a66b55
2023-10-25T22:43:52.3627187Z 01d6989b8995337c889d67d24815dc2792a66b55
2023-10-25T22:43:52.3627624Z 18491f8beb950de8b595e8230fe6fa4e811423d5
2023-10-25T22:43:52.3633366Z [command]/usr/bin/git merge-base 3ef5ef808641cbb63dc5cb8855fe230f47ef78cf 01d6989b8995337c889d67d24815dc2792a66b55
2023-10-25T22:43:52.3651113Z 3ef5ef808641cbb63dc5cb8855fe230f47ef78cf
2023-10-25T22:43:52.3656041Z [command]/usr/bin/git log --format=%H 3ef5ef808641cbb63dc5cb8855fe230f47ef78cf..01d6989b8995337c889d67d24815dc2792a66b55
2023-10-25T22:43:52.3674281Z 01d6989b8995337c889d67d24815dc2792a66b55
2023-10-25T22:43:52.3674682Z 18491f8beb950de8b595e8230fe6fa4e811423d5
2023-10-25T22:43:52.3679177Z [command]/usr/bin/git rev-parse --verify 3ef5ef808641cbb63dc5cb8855fe230f47ef78cf^{commit}
2023-10-25T22:43:52.3694340Z 3ef5ef808641cbb63dc5cb8855fe230f47ef78cf
2023-10-25T22:43:52.3696576Z ##[debug]Previous SHA: 3ef5ef808641cbb63dc5cb8855fe230f47ef78cf
2023-10-25T22:43:52.3699682Z [command]/usr/bin/git merge-base 3ef5ef808641cbb63dc5cb8855fe230f47ef78cf 01d6989b8995337c889d67d24815dc2792a66b55
2023-10-25T22:43:52.3715885Z 3ef5ef808641cbb63dc5cb8855fe230f47ef78cf
2023-10-25T22:43:52.3721297Z [command]/usr/bin/git log --format=%H 3ef5ef808641cbb63dc5cb8855fe230f47ef78cf..01d6989b8995337c889d67d24815dc2792a66b55
2023-10-25T22:43:52.3738650Z 01d6989b8995337c889d67d24815dc2792a66b55
2023-10-25T22:43:52.3739039Z 18491f8beb950de8b595e8230fe6fa4e811423d5
2023-10-25T22:43:52.3741679Z Retrieving changes between 3ef5ef808641cbb63dc5cb8855fe230f47ef78cf (master) → 01d6989b8995337c889d67d24815dc2792a66b55 (HRXP-4662)
2023-10-25T22:43:52.3749254Z [command]/usr/bin/git diff --name-status --ignore-submodules=all --diff-filter=ACDMRTUX 3ef5ef808641cbb63dc5cb8855fe230f47ef78cf...01d6989b8995337c889d67d24815dc2792a66b55
2023-10-25T22:43:52.3767978Z M	terraform-mb/platform_feature_flags.tf
2023-10-25T22:43:52.3771632Z ##[debug]All diff files: {"A":[],"C":[],"D":[],"M":["terraform-mb/platform_feature_flags.tf"],"R":[],"T":[],"U":[],"X":[]}
2023-10-25T22:43:52.3772178Z All Done!
2023-10-25T22:43:52.3772565Z ::endgroup::
2023-10-25T22:43:52.3772777Z ##[endgroup]
2023-10-25T22:43:52.3773453Z ::group::changed-files-patterns
2023-10-25T22:43:52.3773740Z ##[group]changed-files-patterns
2023-10-25T22:43:52.3790827Z ##[debug]All filtered diff files: {"A":[],"C":[],"D":[],"M":[],"R":[],"T":[],"U":[],"X":[]}
2023-10-25T22:43:52.3798532Z ##[debug]Dir names include file patterns: []
2023-10-25T22:43:52.3799616Z ##[debug]Added files: {"paths":[],"count":"0"}
2023-10-25T22:43:52.3809732Z ##[debug]Dir names include file patterns: []
2023-10-25T22:43:52.3810260Z ##[debug]Copied files: {"paths":[],"count":"0"}
2023-10-25T22:43:52.3811331Z ##[debug]Dir names include file patterns: []
2023-10-25T22:43:52.3811862Z ##[debug]Modified files: {"paths":[],"count":"0"}
2023-10-25T22:43:52.3813350Z ##[debug]Dir names include file patterns: []
2023-10-25T22:43:52.3814431Z ##[debug]Renamed files: {"paths":[],"count":"0"}
2023-10-25T22:43:52.3815470Z ##[debug]Dir names include file patterns: []
2023-10-25T22:43:52.3816539Z ##[debug]Type changed files: {"paths":[],"count":"0"}
2023-10-25T22:43:52.3817609Z ##[debug]Dir names include file patterns: []
2023-10-25T22:43:52.3818620Z ##[debug]Unmerged files: {"paths":[],"count":"0"}
2023-10-25T22:43:52.3819637Z ##[debug]Dir names include file patterns: []
2023-10-25T22:43:52.3820659Z ##[debug]Unknown files: {"paths":[],"count":"0"}
2023-10-25T22:43:52.3821671Z ##[debug]Dir names include file patterns: []
2023-10-25T22:43:52.3822801Z ##[debug]All changed and modified files: {"paths":[],"count":"0"}
2023-10-25T22:43:52.3823960Z ##[debug]Dir names include file patterns: []
2023-10-25T22:43:52.3824989Z ##[debug]All changed files: {"paths":[],"count":"0"}
2023-10-25T22:43:52.3826036Z ##[debug]Dir names include file patterns: []
2023-10-25T22:43:52.3827405Z ##[debug]All other changed files: {"paths":["terraform-mb"],"count":"1"}
2023-10-25T22:43:52.3828705Z ##[debug]other_changed_files: ["terraform-mb"]
2023-10-25T22:43:52.3829730Z ##[debug]Dir names include file patterns: []
2023-10-25T22:43:52.3830788Z ##[debug]All modified files: {"paths":[],"count":"0"}
2023-10-25T22:43:52.3831933Z ##[debug]Dir names include file patterns: []
2023-10-25T22:43:52.3832996Z ##[debug]other_modified_files: ["terraform-mb"]
2023-10-25T22:43:52.3834237Z ##[debug]Dir names include file patterns: []
2023-10-25T22:43:52.3835261Z ##[debug]Deleted files: {"paths":[],"count":"0"}
2023-10-25T22:43:52.3836282Z ##[debug]Dir names include file patterns: []
2023-10-25T22:43:52.3837242Z ##[debug]other_deleted_files: []
2023-10-25T22:43:52.3837787Z All Done!
2023-10-25T22:43:52.3838456Z ::endgroup::
2023-10-25T22:43:52.3838847Z ##[endgroup]
2023-10-25T22:43:52.3897943Z ##[debug]Node Action run completed with exit code 0
2023-10-25T22:43:52.3914462Z ##[debug]Set output added_files = []
2023-10-25T22:43:52.3915018Z ##[debug]Set output added_files_count = 0
2023-10-25T22:43:52.3915381Z ##[debug]Set output copied_files = []
2023-10-25T22:43:52.3915799Z ##[debug]Set output copied_files_count = 0
2023-10-25T22:43:52.3916493Z ##[debug]Set output modified_files = []
2023-10-25T22:43:52.3916870Z ##[debug]Set output modified_files_count = 0
2023-10-25T22:43:52.3917222Z ##[debug]Set output renamed_files = []
2023-10-25T22:43:52.3917569Z ##[debug]Set output renamed_files_count = 0
2023-10-25T22:43:52.3917944Z ##[debug]Set output type_changed_files = []
2023-10-25T22:43:52.3918322Z ##[debug]Set output type_changed_files_count = 0
2023-10-25T22:43:52.3918677Z ##[debug]Set output unmerged_files = []
2023-10-25T22:43:52.3919022Z ##[debug]Set output unmerged_files_count = 0
2023-10-25T22:43:52.3919366Z ##[debug]Set output unknown_files = []
2023-10-25T22:43:52.3919696Z ##[debug]Set output unknown_files_count = 0
2023-10-25T22:43:52.3920079Z ##[debug]Set output all_changed_and_modified_files = []
2023-10-25T22:43:52.3920531Z ##[debug]Set output all_changed_and_modified_files_count = 0
2023-10-25T22:43:52.3920950Z ##[debug]Set output all_changed_files = []
2023-10-25T22:43:52.3921316Z ##[debug]Set output all_changed_files_count = 0
2023-10-25T22:43:52.3921683Z ##[debug]Set output any_changed = false
2023-10-25T22:43:52.3922013Z ##[debug]Set output only_changed = false
2023-10-25T22:43:52.3922410Z ##[debug]Set output other_changed_files = [\"terraform-mb\"]
2023-10-25T22:43:52.3922849Z ##[debug]Set output other_changed_files_count = 1
2023-10-25T22:43:52.3923226Z ##[debug]Set output all_modified_files = []
2023-10-25T22:43:52.3923587Z ##[debug]Set output all_modified_files_count = 0
2023-10-25T22:43:52.3923953Z ##[debug]Set output any_modified = false
2023-10-25T22:43:52.3924295Z ##[debug]Set output only_modified = false
2023-10-25T22:43:52.3924690Z ##[debug]Set output other_modified_files = [\"terraform-mb\"]
2023-10-25T22:43:52.3925122Z ##[debug]Set output other_modified_files_count = 1
2023-10-25T22:43:52.3925498Z ##[debug]Set output deleted_files = []
2023-10-25T22:43:52.3925868Z ##[debug]Set output deleted_files_count = 0
2023-10-25T22:43:52.3926209Z ##[debug]Set output any_deleted = false
2023-10-25T22:43:52.3926529Z ##[debug]Set output only_deleted = false
2023-10-25T22:43:52.3926876Z ##[debug]Set output other_deleted_files = []
2023-10-25T22:43:52.3927253Z ##[debug]Set output other_deleted_files_count = 0
2023-10-25T22:43:52.3927925Z ##[debug]Finishing: Get changed files
2023-10-25T22:43:52.3935442Z ##[debug]Evaluating condition for step: 'Run echo "environments=${{ steps.changed-files.outputs.all_modified_files }}" >> "$GITHUB_OUTPUT"'
2023-10-25T22:43:52.3940257Z ##[debug]Evaluating: format('echo "environments={0}" >> "$GITHUB_OUTPUT"', steps.changed-files.outputs.all_modified_files)
2023-10-25T22:43:52.3940897Z ##[debug]Evaluating format:
2023-10-25T22:43:52.3955176Z ##[debug]..Evaluating String:
2023-10-25T22:43:52.3955597Z ##[debug]..=> 'echo "environments={0}" >> "$GITHUB_OUTPUT"'
2023-10-25T22:43:52.3976033Z ##[debug]..Evaluating Index:
2023-10-25T22:43:52.3976364Z ##[debug]....Evaluating Index:
2023-10-25T22:43:52.3976649Z ##[debug]......Evaluating Index:
2023-10-25T22:43:52.3976937Z ##[debug]........Evaluating steps:
2023-10-25T22:43:52.3977265Z ##[debug]........=> Object
2023-10-25T22:43:52.3977559Z ##[debug]........Evaluating String:
2023-10-25T22:43:52.3977870Z ##[debug]........=> 'changed-files'
2023-10-25T22:43:52.3978220Z ##[debug]......=> Object
2023-10-25T22:43:52.3978537Z ##[debug]......Evaluating String:
2023-10-25T22:43:52.3979007Z ##[debug]......=> 'outputs'
2023-10-25T22:43:52.3979275Z ##[debug]....=> Object
2023-10-25T22:43:52.3979525Z ##[debug]....Evaluating String:
2023-10-25T22:43:52.3979822Z ##[debug]....=> 'all_modified_files'
2023-10-25T22:43:52.3980117Z ##[debug]..=> '[]'
2023-10-25T22:43:52.3981298Z ##[debug]=> 'echo "environments=[]" >> "$GITHUB_OUTPUT"'
2023-10-25T22:43:52.3981805Z ##[debug]Result: 'echo "environments=[]" >> "$GITHUB_OUTPUT"'
2023-10-25T22:43:52.3982646Z ##[debug]Set step 'set-env' display name to: 'Run echo "environments=[]" >> "$GITHUB_OUTPUT"'
2023-10-25T22:43:52.3984854Z ##[debug]Evaluating: success()
2023-10-25T22:43:52.3985228Z ##[debug]Evaluating success:
2023-10-25T22:43:52.3985638Z ##[debug]=> true
2023-10-25T22:43:52.3985973Z ##[debug]Result: true
2023-10-25T22:43:52.3986530Z ##[debug]Starting: Run echo "environments=[]" >> "$GITHUB_OUTPUT"
2023-10-25T22:43:52.3995204Z ##[debug]Loading inputs
2023-10-25T22:43:52.3998100Z ##[debug]Evaluating: format('echo "environments={0}" >> "$GITHUB_OUTPUT"', steps.changed-files.outputs.all_modified_files)
2023-10-25T22:43:52.3998741Z ##[debug]Evaluating format:
2023-10-25T22:43:52.3999015Z ##[debug]..Evaluating String:
2023-10-25T22:43:52.3999361Z ##[debug]..=> 'echo "environments={0}" >> "$GITHUB_OUTPUT"'
2023-10-25T22:43:52.3999773Z ##[debug]..Evaluating Index:
2023-10-25T22:43:52.4000050Z ##[debug]....Evaluating Index:
2023-10-25T22:43:52.4000325Z ##[debug]......Evaluating Index:
2023-10-25T22:43:52.4000609Z ##[debug]........Evaluating steps:
2023-10-25T22:43:52.4000907Z ##[debug]........=> Object
2023-10-25T22:43:52.4001179Z ##[debug]........Evaluating String:
2023-10-25T22:43:52.4001483Z ##[debug]........=> 'changed-files'
2023-10-25T22:43:52.4001772Z ##[debug]......=> Object
2023-10-25T22:43:52.4002029Z ##[debug]......Evaluating String:
2023-10-25T22:43:52.4002310Z ##[debug]......=> 'outputs'
2023-10-25T22:43:52.4002563Z ##[debug]....=> Object
2023-10-25T22:43:52.4002814Z ##[debug]....Evaluating String:
2023-10-25T22:43:52.4003104Z ##[debug]....=> 'all_modified_files'
2023-10-25T22:43:52.4003403Z ##[debug]..=> '[]'
2023-10-25T22:43:52.4003725Z ##[debug]=> 'echo "environments=[]" >> "$GITHUB_OUTPUT"'
2023-10-25T22:43:52.4004184Z ##[debug]Result: 'echo "environments=[]" >> "$GITHUB_OUTPUT"'
2023-10-25T22:43:52.4004668Z ##[debug]Loading env
2023-10-25T22:43:52.4008886Z ##[group]Run echo "environments=[]" >> "$GITHUB_OUTPUT"
2023-10-25T22:43:52.4009310Z �[36;1mecho "environments=[]" >> "$GITHUB_OUTPUT"�[0m
2023-10-25T22:43:52.4015891Z shell: /usr/bin/bash -e {0}
2023-10-25T22:43:52.4016156Z env:
2023-10-25T22:43:52.4016369Z   IAM_ROLE: gh-runner-terraform-role
2023-10-25T22:43:52.4016673Z   DEFAULT_REGION: us-east-2
2023-10-25T22:43:52.4016930Z   ROLE_DURATION_SEC: 3600
2023-10-25T22:43:52.4017170Z ##[endgroup]
2023-10-25T22:43:52.4025328Z ##[debug]/usr/bin/bash -e /runner/_work/_temp/eafe0e98-285a-488f-a3c9-173703205628.sh
2023-10-25T22:43:52.4041129Z ##[debug]Set output environments = []
2023-10-25T22:43:52.4041878Z ##[debug]Finishing: Run echo "environments=[]" >> "$GITHUB_OUTPUT"
2023-10-25T22:43:52.4048366Z ##[debug]Evaluating condition for step: 'Post Run actions/checkout@v4.1.1'
2023-10-25T22:43:52.4049448Z ##[debug]Evaluating: always()
2023-10-25T22:43:52.4049813Z ##[debug]Evaluating always:
2023-10-25T22:43:52.4050137Z ##[debug]=> true
2023-10-25T22:43:52.4050466Z ##[debug]Result: true
2023-10-25T22:43:52.4050961Z ##[debug]Starting: Post Run actions/checkout@v4.1.1
2023-10-25T22:43:52.4081316Z ##[debug]Loading inputs
2023-10-25T22:43:52.4082313Z ##[debug]Evaluating: github.repository
2023-10-25T22:43:52.4082649Z ##[debug]Evaluating Index:
2023-10-25T22:43:52.4082919Z ##[debug]..Evaluating github:
2023-10-25T22:43:52.4083200Z ##[debug]..=> Object
2023-10-25T22:43:52.4083454Z ##[debug]..Evaluating String:
2023-10-25T22:43:52.4083726Z ##[debug]..=> 'repository'
2023-10-25T22:43:52.4084022Z ##[debug]=> 'houserx/infra'
2023-10-25T22:43:52.4084302Z ##[debug]Result: 'houserx/infra'
2023-10-25T22:43:52.4085736Z ##[debug]Evaluating: github.token
2023-10-25T22:43:52.4086118Z ##[debug]Evaluating Index:
2023-10-25T22:43:52.4086391Z ##[debug]..Evaluating github:
2023-10-25T22:43:52.4086658Z ##[debug]..=> Object
2023-10-25T22:43:52.4086897Z ##[debug]..Evaluating String:
2023-10-25T22:43:52.4087153Z ##[debug]..=> 'token'
2023-10-25T22:43:52.4087612Z ##[debug]=> '***'
2023-10-25T22:43:52.4087972Z ##[debug]Result: '***'
2023-10-25T22:43:52.4095179Z ##[debug]Loading env
2023-10-25T22:43:52.4098929Z Post job cleanup.
2023-10-25T22:43:52.4711358Z ##[debug]Getting git version
2023-10-25T22:43:52.4721869Z [command]/usr/bin/git version
2023-10-25T22:43:52.4749355Z git version 2.42.0
2023-10-25T22:43:52.4766855Z ##[debug]0
2023-10-25T22:43:52.4767357Z ##[debug]git version 2.42.0
2023-10-25T22:43:52.4767614Z ##[debug]
2023-10-25T22:43:52.4768815Z ##[debug]Set git useragent to: git/2.42.0 (github-actions-checkout)
2023-10-25T22:43:52.4771119Z ::add-mask::***
2023-10-25T22:43:52.4777421Z Copying '/home/runner/.gitconfig' to '/runner/_work/_temp/e13130f9-36ee-40bb-ad9a-7dbaf055bdb0/.gitconfig'
2023-10-25T22:43:52.4785929Z Temporarily overriding HOME='/runner/_work/_temp/e13130f9-36ee-40bb-ad9a-7dbaf055bdb0' before making global git config changes
2023-10-25T22:43:52.4786886Z Adding repository directory to the temporary git global config as a safe directory
2023-10-25T22:43:52.4789654Z [command]/usr/bin/git config --global --add safe.directory /runner/_work/infra/infra
2023-10-25T22:43:52.4806490Z ##[debug]0
2023-10-25T22:43:52.4806875Z ##[debug]
2023-10-25T22:43:52.4811205Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2023-10-25T22:43:52.4825056Z ##[debug]1
2023-10-25T22:43:52.4825460Z ##[debug]
2023-10-25T22:43:52.4828544Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2023-10-25T22:43:52.4975371Z ##[debug]0
2023-10-25T22:43:52.4975760Z ##[debug]
2023-10-25T22:43:52.4978891Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2023-10-25T22:43:52.4990317Z http.https://github.com/.extraheader
2023-10-25T22:43:52.4994543Z ##[debug]0
2023-10-25T22:43:52.4994986Z ##[debug]http.https://github.com/.extraheader
2023-10-25T22:43:52.4995311Z ##[debug]
2023-10-25T22:43:52.4997823Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2023-10-25T22:43:52.5011833Z ##[debug]0
2023-10-25T22:43:52.5012179Z ##[debug]
2023-10-25T22:43:52.5015080Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2023-10-25T22:43:52.5156070Z ##[debug]0
2023-10-25T22:43:52.5156656Z ##[debug]
2023-10-25T22:43:52.5157023Z ##[debug]Unsetting HOME override
2023-10-25T22:43:52.5209002Z ##[debug]Node Action run completed with exit code 0
2023-10-25T22:43:52.5211017Z ##[debug]Finishing: Post Run actions/checkout@v4.1.1
2023-10-25T22:43:52.5217290Z ##[debug]Evaluating condition for step: 'Complete runner'
2023-10-25T22:43:52.5218708Z ##[debug]Evaluating: always()
2023-10-25T22:43:52.5219082Z ##[debug]Evaluating always:
2023-10-25T22:43:52.5219426Z ##[debug]=> true
2023-10-25T22:43:52.5219773Z ##[debug]Result: true
2023-10-25T22:43:52.5220269Z ##[debug]Starting: Complete runner
2023-10-25T22:43:52.5220938Z A job completed hook has been configured by the self-hosted runner administrator
2023-10-25T22:43:52.5241655Z ##[group]Run '/etc/arc/hooks/job-completed.sh'
2023-10-25T22:43:52.5247772Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2023-10-25T22:43:52.5248173Z ##[endgroup]
2023-10-25T22:43:52.5257267Z ##[debug]/usr/bin/bash -e /etc/arc/hooks/job-completed.sh
2023-10-25T22:43:52.5280964Z �[0;37m2023-10-25 22:43:52.527  DEBUG --- Running ARC Job Completed Hooks�[0m
2023-10-25T22:43:52.5290232Z �[0;37m2023-10-25 22:43:52.528  DEBUG --- Running hook: /etc/arc/hooks/job-completed.d/update-status�[0m
2023-10-25T22:43:52.5316446Z ##[debug]Finishing: Complete runner
2023-10-25T22:43:52.5435021Z ##[debug]Starting: Complete job
2023-10-25T22:43:52.5435695Z Evaluate and set job outputs
2023-10-25T22:43:52.5444492Z ##[debug]Evaluating: steps.set-env.outputs.environments
2023-10-25T22:43:52.5444932Z ##[debug]Evaluating Index:
2023-10-25T22:43:52.5445206Z ##[debug]..Evaluating Index:
2023-10-25T22:43:52.5445486Z ##[debug]....Evaluating Index:
2023-10-25T22:43:52.5445766Z ##[debug]......Evaluating steps:
2023-10-25T22:43:52.5446075Z ##[debug]......=> Object
2023-10-25T22:43:52.5446338Z ##[debug]......Evaluating String:
2023-10-25T22:43:52.5446909Z ##[debug]......=> 'set-env'
2023-10-25T22:43:52.5447216Z ##[debug]....=> Object
2023-10-25T22:43:52.5447489Z ##[debug]....Evaluating String:
2023-10-25T22:43:52.5447771Z ##[debug]....=> 'outputs'
2023-10-25T22:43:52.5448022Z ##[debug]..=> Object
2023-10-25T22:43:52.5448266Z ##[debug]..Evaluating String:
2023-10-25T22:43:52.5448564Z ##[debug]..=> 'environments'
2023-10-25T22:43:52.5448834Z ##[debug]=> '[]'
2023-10-25T22:43:52.5449098Z ##[debug]Result: '[]'
2023-10-25T22:43:52.5449666Z ##[debug]Evaluating: steps.set-env-mb.outputs.environments
2023-10-25T22:43:52.5450057Z ##[debug]Evaluating Index:
2023-10-25T22:43:52.5450316Z ##[debug]..Evaluating Index:
2023-10-25T22:43:52.5450574Z ##[debug]....Evaluating Index:
2023-10-25T22:43:52.5450849Z ##[debug]......Evaluating steps:
2023-10-25T22:43:52.5451136Z ##[debug]......=> Object
2023-10-25T22:43:52.5451393Z ##[debug]......Evaluating String:
2023-10-25T22:43:52.5451681Z ##[debug]......=> 'set-env-mb'
2023-10-25T22:43:52.5451940Z ##[debug]....=> null
2023-10-25T22:43:52.5452194Z ##[debug]..=> null
2023-10-25T22:43:52.5452417Z ##[debug]=> null
2023-10-25T22:43:52.5452654Z ##[debug]Result: null
2023-10-25T22:43:52.5453847Z Set output 'environments'
2023-10-25T22:43:52.5454454Z ##[debug]Skip output 'environment-mb' since it's empty
2023-10-25T22:43:52.5455326Z Uploading runner diagnostic logs
2023-10-25T22:43:52.5494970Z ##[debug]Starting diagnostic file upload.
2023-10-25T22:43:52.5495373Z ##[debug]Setting up diagnostic log folders.
2023-10-25T22:43:52.5496970Z ##[debug]Creating diagnostic log files folder.
2023-10-25T22:43:52.5512518Z ##[debug]Copying 1 worker diagnostic logs.
2023-10-25T22:43:52.5526995Z ##[debug]Copying 1 runner diagnostic logs.
2023-10-25T22:43:52.5527900Z ##[debug]Zipping diagnostic files.
2023-10-25T22:43:52.5581383Z ##[debug]Uploading diagnostic metadata file.
2023-10-25T22:43:52.5599092Z ##[debug]Diagnostic file upload complete.
2023-10-25T22:43:52.5599651Z Completed runner diagnostic log upload
2023-10-25T22:43:52.5599972Z Cleaning up orphan processes
2023-10-25T22:43:52.5617231Z ##[debug]Finishing: Complete job
2023-10-25T22:43:52.5715408Z ##[debug]Finishing: Get changes

@houserx-jmcc
Copy link
Author

Thank you!

@jackton1
Copy link
Member

HI @houserx-jmcc your welcome.

NOTE: That you'll need to include the globstar pattern to match all sub-paths now as opposed to just the directory name

Example:

      - name: Get changed files
        id: changed-files
        uses: tj-actions/changed-files@v40.0.0
        with:
          dir_names: true
          json: true
          files: |
            terraform-*/**

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants