Skip to content

Commit 3b39cb5

Browse files
committed
fix: Seperate action
Signed-off-by: Martin Buchleitner <[email protected]>
1 parent f3fb366 commit 3b39cb5

File tree

2 files changed

+1
-51
lines changed

2 files changed

+1
-51
lines changed

.github/workflows/terraform-analyse/action.yml

-50
This file was deleted.

.github/workflows/tf-analyse.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: run terraform anlysis
3131
if: ( steps.detect.outputs.all_changed_files != '' && always() ) || ( github.event_name == 'workflow_dispatch' && always() )
32-
uses: infralovers/.github/.github/workflows/terraform-analyse
32+
uses: infralovers/terraform-analyse-action@main
3333
with:
3434
tfdir: ${{ inputs.tfdir }}
3535
mondoo_service_account: ${{ secrets.MONDOO_SERVICE_ACCOUNT }}

0 commit comments

Comments
 (0)