Skip to content

Commit

Permalink
Update github-action-nginx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankit-clouddrove authored Feb 7, 2024
1 parent ddb178a commit a45e0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-action-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# uses: actions/checkout@v2

# - name: Run Basic Tests
- run: echo ${{needs.build.outputs.output1}}
- run: echo ${{ needs.build.outputs.output1 }}

deploy:
# if: github.event.pull_request.merged == true
Expand Down

0 comments on commit a45e0c6

Please sign in to comment.