Compare commits
3 Commits
1.4-waf
...
1.0-runner
| Author | SHA1 | Date | |
|---|---|---|---|
| c223a84285 | |||
| 93a478a8b8 | |||
| c2ee52ac4d |
@@ -10,7 +10,7 @@ env:
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '*.*.[0-9]'
|
- '*-samplescript'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-package-push-repo:
|
build-package-push-repo:
|
||||||
|
|||||||
@@ -13,14 +13,10 @@ jobs:
|
|||||||
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
||||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||||
- run: echo "${{ vars.TEST }}"
|
|
||||||
- name: List files in the repository
|
|
||||||
run: |
|
|
||||||
ls ${{ gitea.workspace }}
|
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
|
|
||||||
- name: Git clone private repository
|
- name: Git clone private repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: staffadmin/semaphore
|
repository: staffadmin/semaphore
|
||||||
|
ref: main
|
||||||
token: ${{ secrets.REPO_PULL_GITEA }}
|
token: ${{ secrets.REPO_PULL_GITEA }}
|
||||||
Reference in New Issue
Block a user