Compare commits
3 Commits
2.9.1-runn
...
1.1-sample
| Author | SHA1 | Date | |
|---|---|---|---|
| c223a84285 | |||
| 93a478a8b8 | |||
| c2ee52ac4d |
@@ -10,7 +10,7 @@ env:
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*.*.[0-9]'
|
||||
- '*-samplescript'
|
||||
|
||||
jobs:
|
||||
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 ${{ 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 "${{ vars.TEST }}"
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
|
||||
- name: Git clone private repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: staffadmin/semaphore
|
||||
ref: main
|
||||
token: ${{ secrets.REPO_PULL_GITEA }}
|
||||
Reference in New Issue
Block a user