File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2828 NEEDLE_CLOUD_TOKEN : ${{ secrets.NEEDLE_CLOUD_TOKEN }}
2929
3030 - name : Deploy to Needle Cloud
31- uses : needle-tools/deploy-to-needle-cloud-action@v1.0.1
31+ uses : needle-tools/deploy-to-needle-cloud-action@v1
3232 id : deploy
3333 with :
3434 token : ${{ secrets.NEEDLE_CLOUD_TOKEN }}
4545 # Add to GitHub step summary (appears at bottom of workflow run)
4646 echo "## 🚀 Deployment Summary" >> $GITHUB_STEP_SUMMARY
4747 echo "Application has been successfully deployed!" >> $GITHUB_STEP_SUMMARY
48- echo "**Deployment URL:** [${{ steps.deploy.outputs.url }}](${{ steps.deploy.outputs.url }})" >> $GITHUB_STEP_SUMMARY
48+ echo "**Deployment URL:** [${{ steps.deploy.outputs.url }}](${{ steps.deploy.outputs.url }})" >> $GITHUB_STEP_SUMMARY
You can’t perform that action at this time.
0 commit comments