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