diff options
-rw-r--r-- | .github/workflows/pipeline_index.yml (renamed from .github/workflows/pipeline_deliver.yml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pipeline_deliver.yml b/.github/workflows/pipeline_index.yml index 5043e57..ccf36af 100644 --- a/.github/workflows/pipeline_deliver.yml +++ b/.github/workflows/pipeline_index.yml @@ -43,7 +43,7 @@ on: jobs: deliver: - name: Deliver + name: Index runs-on: ubuntu-latest steps: - name: Checkout |