diff --git a/.github/workflows/update_upstream_from_fork.yml b/.github/workflows/update_upstream_from_fork.yml index 808d852..03e8c54 100644 --- a/.github/workflows/update_upstream_from_fork.yml +++ b/.github/workflows/update_upstream_from_fork.yml @@ -51,14 +51,7 @@ jobs: run: | .github/workflows/cherry-pick-from-branch.sh shell: bash - - name: run some GHA script - - uses: actions/github-script@v6 - with: - script: | - const commits = ${{ toJSON(github.event.commits) }} - for (const commit of commits) { - console.log(commit); - } + # TODO add a bunch of debugging prints about the state of commits so if cherry-pick fails we can figure it out.