Update action
PIS Generate / Testing (push) Successful in 15s Details

This commit is contained in:
Fred Boniface 2024-02-22 13:07:53 +00:00
parent a55631f9dd
commit 4730106076
1 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ jobs:
Testing: Testing:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event." - name: Check out Repo code
- run: echo "This job is now running on a ${{ runner.os }} server hosted by Gitea!" uses: actions/checkout@v3
- run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - name: Echo
- run: echo "No actions have taken place, this action is in its testing phase." run: echo "The ${{ gitea.repository }} has been cloned to the runner"