Skip to content

Commit 171d356

Browse files
lum1n0usloganek
authored andcommitted
Cleanup check_version_h workflow by removing unnecessary outputs and permissions
1 parent 2c2829f commit 171d356

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/check_version_h.yml

-5
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ permissions:
1111
jobs:
1212
confirm_version:
1313
runs-on: ubuntu-latest
14-
outputs:
15-
key: ${{ steps.create_version_h_cache_key.outputs.key}}
16-
permissions:
17-
contents: read
18-
actions: write # for uploading cached artifact
1914

2015
steps:
2116
- name: checkout

0 commit comments

Comments
 (0)