Skip to content

Commit debeb67

Browse files
committed
Other branch referencing in actions
1 parent 143fc2b commit debeb67

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@master
1919
with:
20-
ref: develop
20+
ref: ${{ github.ref }}
2121
- name: Set up JDK 1.8
2222
uses: actions/setup-java@v3
2323
with:

0 commit comments

Comments
 (0)