Skip to content

Commit 5373714

Browse files
committed
blank container
1 parent 586ee92 commit 5373714

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/gdrive_folder_v2.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,21 @@ jobs:
7272
echo "ASPECT_RATIO: ${ASPECT_RATIO}"
7373
echo "TARGET_OUTPUT_FOLDER: ${TARGET_OUTPUT_FOLDER}"
7474
75-
7675
# ╭───────────────────────────────────────────────────────╮
7776
# │ DECODE THE BASE64 CONFIGS READY TO BE USED │
7877
# ╰───────────────────────────────────────────────────────╯
7978
- name: 🎛️ SETUP - Base64 decode Configs
8079
run: |
81-
echo "${{ secrets.RCLONE_CONF }}" | base64 --decode > rclone.conf
80+
echo "${{ secrets.RCLONE_CONF }}" > rclone.conf
81+
cat rclone.conf
82+
# echo "${{ secrets.RCLONE_CONF }}" | base64 --decode > rclone.conf
83+
84+
# ╭───────────────────────────────────────────────────────╮
85+
# │ SSH │
86+
# ╰───────────────────────────────────────────────────────╯
87+
- name: 🪲 DEBUG - Setup upterm session
88+
uses: lhotari/action-upterm@v1
89+
8290

8391

8492
# ╭───────────────────────────────────────────────────────╮

0 commit comments

Comments
 (0)