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 2be332d commit 90a1207Copy full SHA for 90a1207
.github/workflows/ci_tests_dev.yaml
@@ -78,7 +78,7 @@ jobs:
78
fetch-depth: 0
79
80
- name: Show job URL
81
- uses: peter-evans/create-or-update-comment@v3.0.2
+ uses: peter-evans/create-or-update-comment@v3.1.0
82
if: github.event_name == 'repository_dispatch' && (matrix.os == 'ubuntu-latest')
83
with:
84
token: ${{ steps.generate-token.outputs.token }}
.github/workflows/format-command.yml
@@ -50,7 +50,7 @@ jobs:
50
fi
51
52
- name: Add reaction
53
54
55
56
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
0 commit comments