From 7ebe3e0fae48938d67dd46d0abe64d006077d6e7 Mon Sep 17 00:00:00 2001 From: John Andersen Date: Tue, 12 Mar 2024 10:53:05 -0700 Subject: [PATCH] ci: alice: async: comms: Update create-pull-request to v6.0.2 Related: https://github.com/peter-evans/create-pull-request/issues/2790 --- .github/workflows/alice_async_comms.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/alice_async_comms.yml b/.github/workflows/alice_async_comms.yml index 3ca6b6b404..6cf7dee60c 100644 --- a/.github/workflows/alice_async_comms.yml +++ b/.github/workflows/alice_async_comms.yml @@ -40,7 +40,7 @@ jobs: python -u scripts/dump_discussion.py --token "$GH_TOKEN" --owner $(echo $GITHUB_REPOSITORY | sed -e 's/\/.*//g') --repo $(echo $GITHUB_REPOSITORY | sed -e 's/.*\///g') --discussion-number $DISCUSSION_NUMBER | tee /dev/stderr | sed -e 's/\/tree\/alice/\/tree\/main/g' -e 's/\/blob\/alice/\/blob\/main/g' | python -u scripts/discussion_dump_to_markdown.py echo "msg=$TITLE: $(date -Iseconds)" >> $GITHUB_OUTPUT - name: Create Pull Request - uses: peter-evans/create-pull-request@v5.0.2 + uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e with: commit-message: ${{ steps.dump-logs.outputs.msg }} title: ${{ steps.dump-logs.outputs.msg }}