diff --git a/.forgejo/workflows/testing.yaml b/.forgejo/workflows/testing.yaml index 14b87fa..6f7233c 100644 --- a/.forgejo/workflows/testing.yaml +++ b/.forgejo/workflows/testing.yaml @@ -10,4 +10,4 @@ jobs: runs-on: ubuntu-latest steps: - run: echo All Good - - run: echo ${{ inputs.input }} \ No newline at end of file + - run: echo "testing updating: ${{ inputs.input }}" \ No newline at end of file