Skip to content

Commit

Permalink
Merge branch 'main' into renovate-hashicorp-setup-terraform-digest
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdavis2001 authored Jan 28, 2025
2 parents 0cc02df + 9e6d44b commit c4ca68d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/path-to-live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: get changed docs files in any folder
id: changed-files-docs
uses: tj-actions/changed-files@3b3041225bddb25fd9637f44aa4e9a5178c6792e
uses: tj-actions/changed-files@065e671731666959f9ea1bbbb7ddb8363a8ae9cd
with:
files: |
**/*.md
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull-request-path.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,19 @@ jobs:

- name: get changed files in the admin folder
id: changed-files-admin
uses: tj-actions/changed-files@3b3041225bddb25fd9637f44aa4e9a5178c6792e
uses: tj-actions/changed-files@065e671731666959f9ea1bbbb7ddb8363a8ae9cd
with:
files: |
service-admin/**
- name: get changed files in the terraform folder
id: changed-files-terraform
uses: tj-actions/changed-files@3b3041225bddb25fd9637f44aa4e9a5178c6792e
uses: tj-actions/changed-files@065e671731666959f9ea1bbbb7ddb8363a8ae9cd
with:
files: |
terraform/**
- name: get changed docs files in any folder
id: changed-files-docs
uses: tj-actions/changed-files@3b3041225bddb25fd9637f44aa4e9a5178c6792e
uses: tj-actions/changed-files@065e671731666959f9ea1bbbb7ddb8363a8ae9cd
with:
files: |
**/*.md
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/workflow-deploy-ref-to-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ jobs:

- name: get changed files in the admin folder
id: changed-files-admin
uses: tj-actions/changed-files@3b3041225bddb25fd9637f44aa4e9a5178c6792e
uses: tj-actions/changed-files@065e671731666959f9ea1bbbb7ddb8363a8ae9cd
with:
files: |
service-admin/**
- name: get changed files in the terraform folder
id: changed-files-terraform
uses: tj-actions/changed-files@3b3041225bddb25fd9637f44aa4e9a5178c6792e
uses: tj-actions/changed-files@065e671731666959f9ea1bbbb7ddb8363a8ae9cd
with:
files: |
terraform/**
Expand Down

0 comments on commit c4ca68d

Please sign in to comment.