Remove unnecessary environment variable from CI workflow (#9998)
This commit is contained in:
Родитель
2f73974402
Коммит
81b65bed23
|
@ -53,7 +53,6 @@ jobs:
|
|||
env:
|
||||
WORKFLOW: ci
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
GITHUB_REPOSITORY: ${{ github.repositoru }}
|
||||
- name: Cancel workflow ${{ github.workflow }}
|
||||
uses: styfle/cancel-workflow-action@0.3.2
|
||||
with:
|
||||
|
@ -542,7 +541,6 @@ jobs:
|
|||
env:
|
||||
WORKFLOW: openapi
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
GITHUB_REPOSITORY: ${{ github.repositoru }}
|
||||
- name: Cancel workflow ${{ github.workflow }}
|
||||
uses: styfle/cancel-workflow-action@0.3.2
|
||||
with:
|
||||
|
|
Загрузка…
Ссылка в новой задаче