Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
Removed github action script
  • Loading branch information
deepakraparti committed Feb 13, 2024
1 parent dc96132 commit 93427c3
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,4 @@ jobs:
- uses: actions/checkout@v3
- name: make
run: make
- name: Create status
run: |
curl --request POST \
--url https://api.github.com/repos/${{ github.repository }}/statuses/${{ github.event.workflow_run.head_commit.id }} \
--header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \
--header 'content-type: application/json' \
--data '{
"state": "${{ github.event.workflow_run.conclusion }}",
"context": "Status",
"target_url": "${{ github.event.workflow_run.html_url }}"
}' \
--fail

0 comments on commit 93427c3

Please sign in to comment.