Update
All checks were successful
Test Actions / Builder (push) Successful in 23s

This commit is contained in:
2025-03-30 20:20:24 +03:00
parent 771f0c1ed5
commit fb65226642
2 changed files with 17 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
name: Test Actions
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on:
push:
workflow_dispatch:
jobs:
Builder:
runs-on: toolchain
steps:
- name: Пунь
uses: https://codex.r10x.net/actions/tools@master
- run: ls -la

View File

@@ -60,10 +60,10 @@ print(cmd)
result = os.popen(cmd)
print(result.read())
cmd = 'git clone ' + \
GITHUB_SERVER_URL + '/' + \
GITHUB_REPOSITORY + ' ' + os.getcwd()
result = os.popen(cmd)
# cmd = 'git clone ' + \
# GITHUB_SERVER_URL + '/' + \
# GITHUB_REPOSITORY + ' ' + os.getcwd()
# result = os.popen(cmd)
# cmd = 'git clone ' + \
# 'https://' + sample_string + '@codex.r10x.net' + '/' + \