Fix typo in workflow

This commit is contained in:
Brian Clozel
2024-10-22 16:07:54 +02:00
parent 8423c15ef2
commit fdceadf335

View File

@@ -15,4 +15,4 @@ jobs:
env:
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
- name: Delete Build
run: jfrog rt delete --build spring-restdocs-${{ github.event.inputs.build-version }}
run: jfrog rt delete --build spring-graphql-${{ github.event.inputs.build-version }}