Skip to content

Commit

Permalink
Update update-projects.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Circuit-Overtime authored Jan 30, 2025
1 parent 55cda4f commit a9a8300
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Checkout or create projects branch
run: |
git fetch origin projects || true #Fetch the branch first
git checkout projects || git checkout -b projects
- name: Append issue body to projects.json
run: |
BODY=$(echo "${{ github.event.issue.body }}" | jq -sR .)
Expand Down

0 comments on commit a9a8300

Please sign in to comment.