Skip to content

Commit

Permalink
docs: update GitHub Actions notes (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
niranjanakoni authored Jan 17, 2024
1 parent e7a6b00 commit 27af2e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GitHub-Actions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,8 @@ jobs:
url: ${{ steps.deploy-preview.outputs.url }}
steps:
- uses: actions/checkout@v3
echo "url=preview_url" >> $GITHUB_OUTPUT
- id: deploy-preview
run: echo "url=preview_url" >> $GITHUB_OUTPUT
data:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 27af2e8

Please sign in to comment.