Skip to content

Commit

Permalink
Merge pull request #226 from thornbill/workflow-variable
Browse files Browse the repository at this point in the history
Fix workflow variable usage?
  • Loading branch information
thornbill authored Aug 19, 2022
2 parents 5bd0627 + b3a884b commit 37f6e2f
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 37f6e2f

Please sign in to comment.