diff --git a/.github/workflows/debug_create_branch.yml b/.github/workflows/debug_create_branch.yml index 45ee365b..d591490c 100644 --- a/.github/workflows/debug_create_branch.yml +++ b/.github/workflows/debug_create_branch.yml @@ -8,18 +8,18 @@ jobs: runs-on: ubuntu-latest steps: - - name: Create a branch using actions plugin - uses: actions/github-script@v6 - with: - script: | - github.rest.git.createRef({ - owner: context.repo.owner, - repo: context.repo.repo, - ref: "refs/heads/stable_debug_actions", - sha: "${{ github.sha }}", - }) - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # - name: Create a branch using actions plugin + # uses: actions/github-script@v6 + # with: + # script: | + # github.rest.git.createRef({ + # owner: context.repo.owner, + # repo: context.repo.repo, + # ref: "refs/heads/stable_debug_actions", + # sha: "${{ github.sha }}", + # }) + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create a branch using actions plugin run: |