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 fdcc947 commit 154c532
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/github-action-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
outputs:
output1: ${{ steps.build.outputs.result }}
steps:
- name: Checkout Repository
uses: actions/checkout@v2
# - name: Checkout Repository
# uses: actions/checkout@v2

- name: Build Docker Image
- id: build
Expand All @@ -29,8 +29,8 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- name: Checkout Repository
uses: actions/checkout@v2
# - name: Checkout Repository
# uses: actions/checkout@v2

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

0 comments on commit 154c532

Please sign in to comment.