Skip to content

Commit

Permalink
Attempt to fix github actions blindly
Browse files Browse the repository at this point in the history
  • Loading branch information
mfortin committed Feb 23, 2024
1 parent b79831f commit 36f769c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux_benchmark_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
Congrats on opening your first pull request and thank you for taking the time to help improve Ansible-Lockdown!
Please join in the conversation happening on the [Discord Server](https://discord.io/ansible-lockdown) as well.
# This workflow contains a single job called "build"
build:
playbook-test:
# The type of runner that the job will run on
runs-on: ubuntu-latest
env:
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
OSVAR: ${{ vars.OSVAR }}
OSVAR: ${{ env.OSVAR }}
TF_VAR_benchmark_type: ${{ env.BENCHMARK_TYPE }}
run: terraform apply -var-file "github_vars.tfvars" -var-file "${OSVAR}.tfvars" --auto-approve -input=false

Expand Down

0 comments on commit 36f769c

Please sign in to comment.