This commit is contained in:
13
.gitea/workflows/test.yaml
Normal file
13
.gitea/workflows/test.yaml
Normal 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
|
||||||
@@ -60,10 +60,10 @@ print(cmd)
|
|||||||
result = os.popen(cmd)
|
result = os.popen(cmd)
|
||||||
print(result.read())
|
print(result.read())
|
||||||
|
|
||||||
cmd = 'git clone ' + \
|
# cmd = 'git clone ' + \
|
||||||
GITHUB_SERVER_URL + '/' + \
|
# GITHUB_SERVER_URL + '/' + \
|
||||||
GITHUB_REPOSITORY + ' ' + os.getcwd()
|
# GITHUB_REPOSITORY + ' ' + os.getcwd()
|
||||||
result = os.popen(cmd)
|
# result = os.popen(cmd)
|
||||||
|
|
||||||
# cmd = 'git clone ' + \
|
# cmd = 'git clone ' + \
|
||||||
# 'https://' + sample_string + '@codex.r10x.net' + '/' + \
|
# 'https://' + sample_string + '@codex.r10x.net' + '/' + \
|
||||||
|
|||||||
Reference in New Issue
Block a user