Cleanup check_version_h workflow by removing unnecessary outputs and permissions
This commit is contained in:
committed by
Marcin Kolny
parent
2c2829ffa5
commit
171d35698a
5
.github/workflows/check_version_h.yml
vendored
5
.github/workflows/check_version_h.yml
vendored
@ -11,11 +11,6 @@ permissions:
|
|||||||
jobs:
|
jobs:
|
||||||
confirm_version:
|
confirm_version:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
|
||||||
key: ${{ steps.create_version_h_cache_key.outputs.key}}
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
actions: write # for uploading cached artifact
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
|
|||||||
Reference in New Issue
Block a user