Skip to content

internal cppcheck runner #2

internal cppcheck runner

internal cppcheck runner #2

Workflow file for this run

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 }}