Skip to content

Commit

Permalink
Fix workflow variable usage?
Browse files Browse the repository at this point in the history
  • Loading branch information
thornbill committed Aug 19, 2022
1 parent 5bd0627 commit b3a884b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sdk-update-api-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
STABLE_API_VERSION=$(jq -r .info.version openapi.json)
npm run fix-schema
npm run build:generated-client
COMMIT_MESSAGE: 'Update generated sources to ${{ STABLE_API_VERSION }}'
COMMIT_MESSAGE: 'Update generated sources to ${STABLE_API_VERSION}'
COMMIT_NAME: 'jellyfin-bot'
COMMIT_EMAIL: 'team@jellyfin.org'
PR_BRANCH_PREFIX: 'openapi-update-'
PR_BRANCH_NAME: '${PR_ID}'
PR_TITLE: 'Update OpenAPI to ${{ STABLE_API_VERSION }}'
PR_TITLE: 'Update OpenAPI to ${STABLE_API_VERSION}'
PR_BODY: |
## Changed files
Expand Down

0 comments on commit b3a884b

Please sign in to comment.