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 a67bef0 commit ddb178a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-action-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# - name: Checkout Repository
# uses: actions/checkout@v2

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

Expand All @@ -30,8 +30,8 @@ jobs:
# - name: Checkout Repository
# uses: actions/checkout@v2

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

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

0 comments on commit ddb178a

Please sign in to comment.