Skip to content

Commit

Permalink
[build] 👷 update status report (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
dappsar committed Sep 17, 2024
1 parent 00aed11 commit 5f9e14e
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,16 @@ jobs:
uses: actions/checkout@v4

- name: Build Docker image
run: echo "hola" # docker build -t chatterpay-front .
run: |
echo "Building Docker image..."
# docker build -t chatterpay-front .
- name: create-status-check
uses: billyjbryant/create-status-check@v2
with:
authToken: ${{secrets.GITHUB_TOKEN}}
authToken: ${{ secrets.GITHUB_TOKEN }}
context: 'Check Status Report'
description: 'Check Status Report'
sha: ${{github.event.pull_request.head.sha || github.sha}}
description: 'Passed'
state: 'success'
sha: ${{ github.event.pull_request.head.sha || github.sha }}

0 comments on commit 5f9e14e

Please sign in to comment.