Skip to content

Commit

Permalink
Merge branch 'main' into feat--check-plan-diff-before-apply
Browse files Browse the repository at this point in the history
  • Loading branch information
rdhar committed Sep 8, 2024
2 parents 109dba0 + 54be29f commit e34609c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Each line is a file pattern followed by one or more owners.
# Order is important as the last matching pair takes precedence.
* @rdhar
* @rdhar @rdhar-tc
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ runs:
- name: Upload TF plan file
if: inputs.arg_command == 'plan'
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: ${{ steps.tf.outputs.identifier }}
path: ${{ inputs.arg_chdir }}/${{ inputs.arg_out }}
Expand Down

0 comments on commit e34609c

Please sign in to comment.