From 358aee148100025d1118c0224f034916d33e0e5a Mon Sep 17 00:00:00 2001 From: particularbot6 <75360975+particularbot6@users.noreply.github.com> Date: Tue, 18 May 2021 19:00:24 -0500 Subject: [PATCH] GitHubSync update - release-7.4 --- .github/workflows/virus-scan.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/virus-scan.yml b/.github/workflows/virus-scan.yml index 57605742434..ced5fa8efab 100644 --- a/.github/workflows/virus-scan.yml +++ b/.github/workflows/virus-scan.yml @@ -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) @@ -20,7 +19,6 @@ jobs: sudo systemctl start clamav-freshclam - name: Get release uses: actions/github-script@v3.1.1 - id: getRelease with: github-token: ${{secrets.RELEASE_ANTIVIRUS_GITHUB_ACCESS_TOKEN_PBOT4}} script: | @@ -70,7 +68,6 @@ jobs: env: SLACK_WEBHOOK_URL: ${{ secrets.RELEASE_ANTIVIRUS_SLACK_WEBHOOK_URL }} - name: Update release notes - if: ${{ always() }} uses: actions/github-script@v3.1.1 with: github-token: ${{secrets.RELEASE_ANTIVIRUS_GITHUB_ACCESS_TOKEN_PBOT4}}