Skip to content

Commit

Permalink
Merge pull request #11 from 7Factor/jwood/allow_pr_apply
Browse files Browse the repository at this point in the history
Allow apply on PRs.
  • Loading branch information
dumptruckman authored Sep 25, 2024
2 parents 185005b + 746afc5 commit 731e8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ runs:
- name: ${{ inputs.tf-cli }} apply
id: apply
if: inputs.action == 'apply' && github.event_name != 'pull_request'
if: inputs.action == 'apply'
working-directory: ${{ inputs.directory }}
shell: bash
run: |
Expand Down

0 comments on commit 731e8de

Please sign in to comment.