test
This commit is contained in:
@@ -16,10 +16,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Print Gitea runner tag
|
- name: Print Gitea runner tag
|
||||||
run: echo ${{ env.GITEA_RUNNER_TAG }}
|
run: echo ${{ gitea.ref_name }}
|
||||||
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
- 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 "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
||||||
- run: echo "🚀 I am running on tag ${{ gitea.event.ref_name }}!"
|
- run: echo "🚀 I am running on tag ${{ gitea.ref_name }}!"
|
||||||
|
|
||||||
# INSTALL docker
|
# INSTALL docker
|
||||||
- run: apt-get update
|
- run: apt-get update
|
||||||
|
|||||||
Reference in New Issue
Block a user