Rename -action to -workflow to make linter happy

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
t3chguy/saner-releases/2024
Michael Telatynski 2024-01-30 16:04:52 +00:00
parent 26b459514c
commit a189abceb9
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ on:
concurrency: ${{ github.workflow }}
jobs:
draft:
uses: matrix-org/matrix-js-sdk/.github/workflows/release-drafter-action.yml@develop
uses: matrix-org/matrix-js-sdk/.github/workflows/release-drafter-workflow.yml@develop
secrets: inherit
with:
version-bump: ${{ inputs.version-bump }}

View File

@ -5,6 +5,6 @@ on:
concurrency: ${{ github.workflow }}
jobs:
release:
uses: matrix-org/matrix-js-sdk/.github/workflows/release-action.yml@develop
uses: matrix-org/matrix-js-sdk/.github/workflows/release-workflow.yml@develop
secrets:
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}