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 08c916b commit e4f700eCopy full SHA for e4f700e
.github/workflows/virus-scan.yml
@@ -18,7 +18,7 @@ jobs:
18
sudo freshclam
19
sudo systemctl start clamav-freshclam
20
- name: Get release
21
- uses: actions/github-script@v4.0.2
+ uses: actions/github-script@v4.1
22
with:
23
github-token: ${{secrets.RELEASE_ANTIVIRUS_GITHUB_ACCESS_TOKEN_PBOT4}}
24
script: |
@@ -68,7 +68,7 @@ jobs:
68
env:
69
SLACK_WEBHOOK_URL: ${{ secrets.RELEASE_ANTIVIRUS_SLACK_WEBHOOK_URL }}
70
- name: Update release notes
71
72
73
74
0 commit comments