Skip to content

Commit c399bfc

Browse files
committed
test: print HOME
1 parent 5a84713 commit c399bfc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tf_plan_apply.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ jobs:
4949
github_token: ${{ secrets.GH_TOKEN }}
5050

5151
- name: GitHub Configuration
52-
run: echo https://oauth2:${{ secrets.GH_TOKEN }}@github.com > ${HOME}/.git-credentials
52+
run: |
53+
echo $HOME
54+
echo https://oauth2:${{ secrets.GH_TOKEN }}@github.com > ${HOME}/.git-credentials
5355
5456
# Initialize a new or existing OpenTofu working directory by creating initial files, loading any remote state, downloading modules, etc.
5557
- name: OpenTofu Init

0 commit comments

Comments
 (0)