diff --git a/plan/action.yml b/plan/action.yml index f0b8aaa..ba549ab 100644 --- a/plan/action.yml +++ b/plan/action.yml @@ -33,4 +33,4 @@ runs: - name: Terraform Plan shell: bash working-directory: ${{ inputs.working-directory }} - run: terraform plan >> $GITHUB_OUTPUT \ No newline at end of file + run: terraform plan \ No newline at end of file