Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
pnpm typedoc
- name: Commit files
- if: ${{ github.repository == 'poolifier/poolifier' && github.ref == 'refs/heads/${{ github.event.repository.default_branch }}' }}
+ if: github.repository == 'poolifier/poolifier' && github.ref == 'refs/heads/${{ github.event.repository.default_branch }}'
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git commit -m "chore: generate documentation" -a
- name: Push changes
- if: ${{ github.repository == 'poolifier/poolifier' && github.ref == 'refs/heads/${{ github.event.repository.default_branch }}' }}
+ if: github.repository == 'poolifier/poolifier' && github.ref == 'refs/heads/${{ github.event.repository.default_branch }}'
uses: CasperWA/push-protected@v2
with:
token: ${{ secrets.GH_TOKEN_PROTECTED }}