Compare commits

...

1 Commits

Author SHA1 Message Date
c223a84285 [test package build] 2024-11-23 15:58:42 +01:00
2 changed files with 1 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ env:
on:
push:
tags:
- '-samplescript'
- '*-samplescript'
jobs:
build-package-push-repo:

View File

@@ -13,12 +13,7 @@ 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: