Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdukakis authored Feb 21, 2024
1 parent a8838d6 commit a4eb4b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
needs: test
if: ${{ always() }}
steps:
- uses: actions/checkout@v4
- name: Create badges dir
run: mkdir -p '.github/badges/'

Expand All @@ -54,11 +55,10 @@ jobs:
path: '.github/badges/test.svg'
if-no-files-found: error

- uses: actions/checkout@v4
continue-on-error: true
- continue-on-error: true
- run: |
git config user.name github-actions
git config user.email github-actions@github.com
git add ".github/badges/test.svg"
git add .github/badges/test.svg
git commit -m "generated test badge"
git push

0 comments on commit a4eb4b5

Please sign in to comment.