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 8, 2024
1 parent a45e0c6 commit 71fd1bb
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 @@ -20,7 +20,7 @@ jobs:

# - name: Build Docker Image
- id: build
run: echo "result=Build successful"
run: echo "result=Build successful" >> "$GITHUB_OUTPUT"

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

0 comments on commit 71fd1bb

Please sign in to comment.