Skip to content

Commit bd6804f

Browse files
Google APIscopybara-github
authored andcommitted
build: allow using the code in a branch/PR when running the DIREGAPIC action
PiperOrigin-RevId: 766718924
1 parent 16e6375 commit bd6804f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/diregapic.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
matrix:
1616
version: ["beta", "v1"]
1717
steps:
18-
- name: Checkout master
18+
- name: Check out branch that triggered the workflow
1919
uses: actions/checkout@v3
2020
with:
21-
ref: master
21+
ref: ''
2222
- name: Install jq
2323
run: |
2424
apt-get update

0 commit comments

Comments
 (0)