gitea_runner.yaml edit
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1s Details

This commit is contained in:
Andrey Kassaev 2024-01-03 14:41:12 +04:00
parent 60c5ea0674
commit 1317a4c3fd
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ on: [push]
jobs:
Explore-Gitea-Actions:
steps:
- run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo pwd
# - 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 }}."
# - name: Check out repository code