Update '.gitea/workflows/generate.yaml'
PIS Generate / Testing (push) Has been cancelled Details

This commit is contained in:
Fred Boniface 2024-02-16 13:07:22 +00:00
parent bf28016ecd
commit 8887468c81
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
name: PIS Generate
description: Validates & Organises PIS Codes before pushing to 'published'
run-name: PIS_Generator
on: [push]
jobs:
@ -7,4 +8,5 @@ jobs:
steps:
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- run: echo "No actions have taken place, this action is in its testing phase."