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

This commit is contained in:
Andrey Kassaev 2024-01-03 14:42:53 +04:00
parent 1317a4c3fd
commit ce6620b1ae
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ on: [push]
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
steps: steps:
- run: echo pwd - run: pwd
- run: ls -la
# - 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 }}."
# - name: Check out repository code # - name: Check out repository code