Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - name: Url
- run: URL=$(node ./action.js)
- echo "URL=$URL" >> $GITHUB_ENV
- - uses: suisei-cn/actions-download-file@v1
- id: downloadfile
- name: Download the file
- with:
- url: ${{ env.URL }}
- target: assets/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement