Skip to content

Commit

Permalink
use ref
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaomao23zhi committed Nov 29, 2023
1 parent d30ebb0 commit 7df1a2a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker-livy-image-3.1.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
ref: 'DO-187/spark-3.1.1'

# Install the cosign tool except on PR
# https://github.com/sigstore/cosign-installer
Expand Down Expand Up @@ -189,6 +191,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
ref: 'DO-187/spark-3.1.1'

# Install the cosign tool except on PR
# https://github.com/sigstore/cosign-installer
Expand Down Expand Up @@ -266,6 +270,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
ref: 'DO-187/spark-3.1.1'

# Install the cosign tool except on PR
# https://github.com/sigstore/cosign-installer
Expand Down

0 comments on commit 7df1a2a

Please sign in to comment.