Skip to content

Commit

Permalink
(pipeline) Fix wrong push name for auto_docs branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandoun committed Aug 21, 2023
1 parent aed1690 commit 4551d24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 647 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
git fetch
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git checkout --orphan ${{ steps.extract_branch.outputs.branch }}_docs
git checkout --orphan ${{ steps.extract_branch.outputs.branch }}_auto_docs
git rm -rf .
cp ~/plctypes.md ./plctypes.md &&
git add "./plctypes.md" -f &&
Expand All @@ -61,7 +61,7 @@ jobs:
continue-on-error: true
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ steps.extract_branch.outputs.branch }}
branch: ${{ steps.extract_branch.outputs.branch }}_auto_docs

- name: Report Generator
uses: danielpalme/[email protected]
Expand Down
Loading

0 comments on commit 4551d24

Please sign in to comment.