Skip to content

Commit

Permalink
change label name
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Sep 2, 2024
1 parent 30a69e0 commit 76b3c35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-api-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
name: Commit and Push API Client Changes
runs-on: ubuntu-latest
needs: generate-api-client
if: ${{ github.event.label.name == 'autocommit-api' }}
if: ${{ github.event.label.name == 'autocommit-openapi' }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -100,4 +100,4 @@ jobs:
run: |
echo "Removing the autocommit-api label..."
curl -s -X DELETE -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/labels/autocommit-api
https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/labels/autocommit-openapi

0 comments on commit 76b3c35

Please sign in to comment.