Create PR for contributors SVG

This commit is contained in:
Lea Anthony
2023-04-03 08:37:46 +10:00
committed by GitHub
parent ea3b7ed9dd
commit c51df752a1
+10
View File
@@ -15,3 +15,13 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
svgPath: website/static/img/contributors.svg
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
with:
commit-message: "chore: update contributors.svg"
add-paths: "website/static/img/contributors.svg"
title: Update Contributors Image
body: Generated new image
branch: update-contributors
delete-branch: true