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 cd36c1c commit 1858eaeCopy full SHA for 1858eae
.github/workflows/integration.yml
@@ -71,7 +71,7 @@ jobs:
71
run: ./runtests.sh --build --net
72
73
- name: Add reaction
74
- uses: peter-evans/create-or-update-comment@v3
+ uses: peter-evans/create-or-update-comment@v4
75
with:
76
token: ${{ secrets.PR_MAINTAIN }}
77
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
@@ -151,7 +151,7 @@ jobs:
151
python -m tests.test_integration_gpu_customization
152
153
154
155
156
157
0 commit comments