Skip to content

Commit

Permalink
fixing terraform apply
Browse files Browse the repository at this point in the history
  • Loading branch information
Paramadon committed Feb 18, 2025
1 parent c96d828 commit a7e7b18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ec2-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ jobs:
-var="ssh_key_value=${{env.PRIVATE_KEY}}" \
-var="github_test_repo=${{ inputs.test_repo_url }}" \
-var="test_name=${{ matrix.arrays.os }}" \
-var="is_selinux_test=${{ inputs.is_selinux_test }} \
-var="selinux_branch=${{ matrix.arrays.selinux_branch }} \
-var="is_selinux_test=${{ inputs.is_selinux_test }}" \
-var="selinux_branch=${{ matrix.arrays.selinux_branch }}" \
-var="cwa_github_sha=${{inputs.github_sha}}" \
-var="install_agent=${{ matrix.arrays.installAgentCommand }}" \
-var="github_test_repo_branch=${{inputs.test_repo_branch}}" \
Expand Down

0 comments on commit a7e7b18

Please sign in to comment.