We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d52f66 commit 9d05fd2Copy full SHA for 9d05fd2
.github/workflows/cli-oidc-test.yml
@@ -26,6 +26,8 @@ jobs:
26
steps:
27
- name: Checkout Repository
28
uses: actions/checkout@v4
29
+ with:
30
+ ref: ${{ github.event.pull_request.head.sha }}
31
32
- name: Setup JFrog CLI
33
id: setup-jfrog-cli
.github/workflows/manual-oidc-test.yml
@@ -28,6 +28,8 @@ jobs:
34
# Generating a unique name for the Integration Configuration that will be created in the following step
35
- name: Generate unique OIDC config name
0 commit comments