pass step input to environment variables
This commit is contained in:
parent
3a5607a198
commit
c6e21b9684
|
@ -28,7 +28,7 @@ jobs:
|
|||
overwrite: true
|
||||
- name: Upload app to Nextcloud appstore
|
||||
uses: R0Wi/nextcloud-appstore-push-action@v1.0.3
|
||||
env:
|
||||
with:
|
||||
app_name: ${{ env.APP_NAME }}
|
||||
appstore_token: ${{ secrets.APPSTORE_TOKEN }}
|
||||
download_url: ${{ steps.attach_to_release.outputs.browser_download_url }}
|
||||
|
|
Loading…
Reference in New Issue