mirror of
https://github.com/unraid/api.git
synced 2026-02-21 23:48:29 -06:00
feat: properly set outputs
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -40,6 +40,10 @@ jobs:
|
||||
defaults:
|
||||
run:
|
||||
working-directory: api
|
||||
outputs:
|
||||
API_VERSION: ${{ steps.vars.outputs.API_VERSION }}
|
||||
API_MD5: ${{ steps.set-hashes.outputs.API_MD5 }}
|
||||
API_SHA256: ${{ steps.set-hashes.outputs.API_SHA256 }}
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user