This commit is contained in:
2023-11-19 01:22:31 +01:00
parent 4f3823b439
commit 8a1f5b8cf3

View File

@@ -19,7 +19,7 @@ jobs:
run: echo ${{ gitea.run_id }}
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- run: echo "🚀 I am running on tag ${{ gitea.ref_name }}!"
- run: echo "🚀 I am running on tag ${{ gitea.event.release.tag_name }}!"
# INSTALL docker
# - run: apt-get update