More testing

This commit is contained in:
Josh Stewart 2022-09-07 14:45:15 +10:00
parent 5e393789b0
commit 5d6c13f7a2
1 changed files with 2 additions and 2 deletions

View File

@ -36,6 +36,7 @@ jobs:
if: github.event_name != 'pull_request' && github.repository_owner == 'noisymime'
env:
MISRA_GIST: ${{ secrets.MISRA_GIST }}
VIOLATIONS: ${{ env.VIOLATIONS }}
uses: schneegans/dynamic-badges-action@v1.4.0
with:
auth: ${{ secrets.MISRA_GIST }}
@ -47,5 +48,4 @@ jobs:
- name: Env Test
run: |
echo Test1: ${{ env.VIOLATIONS }}
echo Test2: ${{ VIOLATIONS }}
echo Test3: ${{ env }}
echo Test2: $VIOLATIONS