File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff 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 # ╭───────────────────────────────────────────────────────╮
You can’t perform that action at this time.
0 commit comments