Skip to content

Commit

Permalink
general fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmellos committed Sep 27, 2024
1 parent 98986a5 commit 77809d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/iac-secrets.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: 'Secrets GitHub Actions'
on:
push:
workflow_call:
inputs:
TELEPORT_PROXY_URL:
Expand Down Expand Up @@ -118,7 +117,7 @@ jobs:
continue-on-error: true
working-directory: ${{ inputs.WORKING_DIR }}
run: |
tofu plan
tofu plan -no-color
- uses: actions/github-script@v6
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit 77809d8

Please sign in to comment.