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