Skip to content

Commit

Permalink
Cleanup check_version_h workflow by removing unnecessary outputs and …
Browse files Browse the repository at this point in the history
…permissions
  • Loading branch information
lum1n0us committed Jan 21, 2025
1 parent 4e97498 commit dc27105
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/check_version_h.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ permissions:
jobs:
confirm_version:
runs-on: ubuntu-latest
outputs:
key: ${{ steps.create_version_h_cache_key.outputs.key}}
permissions:
contents: read
actions: write # for uploading cached artifact

steps:
- name: checkout
Expand Down

0 comments on commit dc27105

Please sign in to comment.