From 8887468c8181bff37f51be5bce73ca21d381df27 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Fri, 16 Feb 2024 13:07:22 +0000 Subject: [PATCH] Update '.gitea/workflows/generate.yaml' --- .gitea/workflows/generate.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/generate.yaml b/.gitea/workflows/generate.yaml index 1528e42..0acc238 100644 --- a/.gitea/workflows/generate.yaml +++ b/.gitea/workflows/generate.yaml @@ -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 }}." \ No newline at end of file + - 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." \ No newline at end of file