Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
Fix: Output correct url in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
perfectmak committed Mar 15, 2021
1 parent d4285ca commit 9371800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
with:
apiKey: ${{ secrets.FLEEK_API_KEY }}
- name: Get the output url
run: echo "The deploy url ${{ steps.deploy.outputs.deploy-url }}"
run: echo "The deploy url ${{ steps.deploy.outputs.deployUrl }}"

0 comments on commit 9371800

Please sign in to comment.