Skip to content

Commit

Permalink
Remove GHA script
Browse files Browse the repository at this point in the history
  • Loading branch information
willhickey committed Mar 7, 2024
1 parent d806a50 commit 3b01ac4
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/update_upstream_from_fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3b01ac4

Please sign in to comment.