Update '.gitea/workflows/generate.yaml'
Some checks reported warnings
PIS Generate / Testing (push) Has been cancelled
Some checks reported warnings
PIS Generate / Testing (push) Has been cancelled
This commit is contained in:
parent
bf28016ecd
commit
8887468c81
@ -1,4 +1,5 @@
|
|||||||
name: PIS Generate
|
name: PIS Generate
|
||||||
|
description: Validates & Organises PIS Codes before pushing to 'published'
|
||||||
run-name: PIS_Generator
|
run-name: PIS_Generator
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
@ -8,3 +9,4 @@ jobs:
|
|||||||
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
|
- 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 "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."
|
Loading…
Reference in New Issue
Block a user