Skip to content

Commit

Permalink
feat: apply formatting with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
SebasGuaquetaRSK committed Dec 19, 2024
1 parent 90c3526 commit c19f1ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/devportal-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Update Devportal Documentation
on:
push:
paths:
- 'README.md'
- "README.md"
branches:
- main

permissions: read-all

jobs:
Expand Down Expand Up @@ -263,4 +263,4 @@ jobs:
-H "Authorization: Bearer ${{ secrets.DEVPORTAL_DOCS_UPDATE_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/rsksmart/devportal/pulls \
-d "{\"title\":\"Rif-relay automated update of documentation ${BRANCH_NAME}\",\"body\":\"This PR updates the Devportal documentation with the latest changes from the original repository.\",\"head\":\"${BRANCH_NAME}\",\"base\":\"main\"}"
-d "{\"title\":\"Rif-relay automated update of documentation ${BRANCH_NAME}\",\"body\":\"This PR updates the Devportal documentation with the latest changes from the original repository.\",\"head\":\"${BRANCH_NAME}\",\"base\":\"main\"}"

0 comments on commit c19f1ad

Please sign in to comment.