Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cyinma committed Jul 28, 2022
1 parent 8356a7a commit 2fbd165
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -24,10 +24,13 @@ jobs:
chmod +x tmp/bin/buf
echo "${PWD}/tmp/bin" >> "${GITHUB_PATH}"
- name: run action
if: github.ref == 'refs/heads/master'
uses: ./
with:
buf_token: fake-buf-token
input: path/to/input
env:
WANT_BUF_TOKEN: fake-buf-token
WANT_ARGS: push path/to/input --tag ${{ github.sha }}
GITHUB_REF_TYPE: branch
GITHUB_REF_NAME: main

0 comments on commit 2fbd165

Please sign in to comment.