Fix syntax error in issue_reviver.

PiperOrigin-RevId: 324642975
This commit is contained in:
Adin Scannell
2020-08-03 11:22:52 -07:00
committed by gVisor bot
parent 10f6c41bbd
commit e3c349d219
+2 -2
View File
@@ -8,9 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
if: github.repository == "google/gvisor"
if: github.repository == 'google/gvisor'
- run: make run TARGETS="//tools/issue_reviver"
if: github.repository == "google/gvisor"
if: github.repository == 'google/gvisor'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}