mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Fix syntax error in issue_reviver.
PiperOrigin-RevId: 324642975
This commit is contained in:
committed by
gVisor bot
parent
10f6c41bbd
commit
e3c349d219
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user