internal cppcheck runner #2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build custom repository badges | |
| on: [push] | |
| jobs: | |
| create_badges: | |
| name: create_gist_badges | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Create repository custom badge | |
| uses: schneegans/[email protected] | |
| with: | |
| auth: ${{ secrets.GIST_SECRET }} | |
| gistID: a9a2b2a02fda1b33461d53ddfe69d649 | |
| filename: cQueue_custom_repo_badge.json | |
| label: ${{ vars.REPO_BADGE_CUSTOM_LABEL }} | |
| labelColor: ${{ vars.REPO_BADGE_CUSTOM_LABEL_COLOR }} | |
| message: ${{ vars.REPO_BADGE_CUSTOM_MESSAGE }} | |
| color: ${{ vars.REPO_BADGE_CUSTOM_MESSAGE_COLOR }} | |
| - name: Create repository activity badge | |
| uses: schneegans/[email protected] | |
| with: | |
| auth: ${{ secrets.GIST_SECRET }} | |
| gistID: a9a2b2a02fda1b33461d53ddfe69d649 | |
| filename: cQueue_status_badge.json | |
| label: "Status" | |
| message: ${{ vars.REPO_STATUS }} | |
| color: ${{ vars.REPO_STATUS_COLOR }} |