We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d79cfea commit 09e002dCopy full SHA for 09e002d
.github/workflows/comment_commands.yml
@@ -40,13 +40,15 @@ jobs:
40
- name: Checkout code on the correct branch
41
uses: actions/checkout@v4
42
with:
43
+ # context is not aware which branch to checkout so it would otherwise
44
+ # default to main
45
ref: ${{ steps.get-branch-info.outputs.branch }}
46
47
- name: Install project dependencies
48
uses: ./.github/setup
49
50
os: ubuntu-latest
- python-version: "3.11"
51
+ python-version: "3.12"
52
53
- name: Run ${{ fromJSON(env.DISPLAY_COMMAND)[github.event.comment.body] }}
54
# run the tests based on the value of the comment
0 commit comments