From ee2a3aac896f029f8c71bad963eff3cabf5db406 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Mon, 4 Mar 2024 13:44:32 +0400 Subject: [PATCH] Cannot reuse PR creation action --- .github/workflows/docs.yaml | 25 +++---------------------- 1 file changed, 3 insertions(+), 22 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 8f41ad8..15937df 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -85,25 +85,6 @@ jobs: run: | git reset --soft HEAD~1 - - # git commit --message "[sync] Updates from \`awesome-template\`" - - #- name: Push commit to PR - # run: | - # git push --force - - - uses: peter-evans/create-pull-request@v6.0.1 - with: - assignees: ${{ github.actor }} - body: > -
Workflow metadata - - - > [Auto-generated on run `#${{ github.run_id }}`](${{ github.event.repository.html_url }}/actions/runs/${{ - github.run_id }}) by `${{ github.job }}` job from [`autofix.yaml`](${{ github.event.repository.html_url - }}/blob/${{ github.sha }}/.github/workflows/autofix.yaml) workflow. - - -
- labels: "📚 documentation" - branch: ${{ steps.template_sync.outputs.pr_branch }} + - name: Push new commit history to PR + run: | + git push --force \ No newline at end of file