Skip to content

Commit

Permalink
Merge pull request #6067 from Particular/GitHubSync-20210519-000019
Browse files Browse the repository at this point in the history
GitHubSync update - release-7.4
  • Loading branch information
DavidBoike authored May 19, 2021
2 parents d122de8 + 358aee1 commit b28dd93
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/virus-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install ClamAV
id: installClamAV
run: |
sudo apt-get update && sudo apt-get install clamav
clamVersion=$(clamscan --version)
Expand All @@ -20,7 +19,6 @@ jobs:
sudo systemctl start clamav-freshclam
- name: Get release
uses: actions/[email protected]
id: getRelease
with:
github-token: ${{secrets.RELEASE_ANTIVIRUS_GITHUB_ACCESS_TOKEN_PBOT4}}
script: |
Expand Down Expand Up @@ -70,7 +68,6 @@ jobs:
env:
SLACK_WEBHOOK_URL: ${{ secrets.RELEASE_ANTIVIRUS_SLACK_WEBHOOK_URL }}
- name: Update release notes
if: ${{ always() }}
uses: actions/[email protected]
with:
github-token: ${{secrets.RELEASE_ANTIVIRUS_GITHUB_ACCESS_TOKEN_PBOT4}}
Expand Down

0 comments on commit b28dd93

Please sign in to comment.