Init output.
This commit is contained in:
@@ -103,6 +103,7 @@ jobs:
|
||||
echo "repo_name=$repo_name" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Run tofu init
|
||||
id: tofu-init
|
||||
uses: dnogu/tofu-init@v1
|
||||
with:
|
||||
working-directory: .
|
||||
@@ -112,6 +113,9 @@ jobs:
|
||||
get: true
|
||||
reconfigure: true
|
||||
|
||||
- run: |
|
||||
echo ${{ steps.tofu-init.outputs.init-output }}
|
||||
|
||||
- name: Tofu Plan
|
||||
id: tofu-plan
|
||||
continue-on-error: true
|
||||
|
||||
Reference in New Issue
Block a user