Fix number of args passed to log.Info #1553
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Run Jobs on PR" | |
on: pull_request | |
jobs: | |
execute: | |
name: "remove the lgtm label" | |
runs-on: ubuntu-latest | |
steps: | |
- uses: jpmcb/prow-github-actions@v1.1.2 | |
with: | |
jobs: 'lgtm' | |
github-token: "${{ secrets.GITHUB_TOKEN }}" |