Skip to content

Commit 14b7814

Browse files
committed
Fix gh action deploy snapshot
Motivation: deploy snapshot checkout to dummy branch Modifications: Remove ref statement Result: Fixed bug
1 parent 42045c5 commit 14b7814

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deploy_snapshot.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v3
27-
with:
28-
ref: prepare-deploy
2927

3028
- name: Set Up Java 8
3129
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)