Skip to content

Commit

Permalink
trying to fix upload
Browse files Browse the repository at this point in the history
  • Loading branch information
tompahoward committed Aug 9, 2024
1 parent 531bc00 commit c466726
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reusable-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- name: Build process
uses: devcontainers/[email protected]
env:
ELASTIC_HOST: ${{ secrets.TF_VAR_elastic_host }}
ELASTIC_PASSWORD: ${{ secrets.TF_VAR_elastic_password }}
ELASTIC_USERNAME: ${{ secrets.TF_VAR_elastic_username }}
ELASTIC_HOST: ${{ secrets.TF_VAR_ELASTIC_HOST }}
ELASTIC_PASSWORD: ${{ secrets.TF_VAR_ELASTIC_PASSWORD }}
ELASTIC_USERNAME: ${{ secrets.TF_VAR_ELASTIC_USERNAME }}
with:
runCmd: |
set -x
Expand Down

0 comments on commit c466726

Please sign in to comment.