Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2022
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. - name: Url
  2. run: URL=$(node ./action.js)
  3. echo "URL=$URL" >> $GITHUB_ENV
  4.  
  5. - uses: suisei-cn/actions-download-file@v1
  6. id: downloadfile
  7. name: Download the file
  8. with:
  9. url: ${{ env.URL }}
  10. target: assets/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement