You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2023/03/06 20:53:41 UTC

[streampipes] branch 1375-versioning-for-python-docs updated: remove action

This is an automated email from the ASF dual-hosted git repository.

bossenti pushed a commit to branch 1375-versioning-for-python-docs
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/1375-versioning-for-python-docs by this push:
     new 593916f16 remove action
593916f16 is described below

commit 593916f16143c59d062fdbee60d05f2e3521f4a0
Author: bossenti <bo...@posteo.de>
AuthorDate: Mon Mar 6 21:53:31 2023 +0100

    remove action
---
 .github/workflows/python-docs.yml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/python-docs.yml b/.github/workflows/python-docs.yml
index 5108047e9..b63015104 100644
--- a/.github/workflows/python-docs.yml
+++ b/.github/workflows/python-docs.yml
@@ -28,11 +28,8 @@ jobs:
         uses: actions/checkout@v3
 
       - name: create working branch
-        uses: peterjgrainger/action-create-branch@v2.2.0
-        env:
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-        with:
-          branch: 'build-python-docs-${{ github.run_id }}'
+        run: |
+          git checkout -b build-python-docs-${{ github.run_id }}
 
       - name: Set up Python
         uses: actions/setup-python@v4