Skip to content

Commit 7924143

Browse files
committed
test failure
1 parent a68cbd2 commit 7924143

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/quality-checks-devcontainer.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
uses: ./.github/workflows/verify_attestation.yml
3131
with:
3232
runtime_docker_image: "${{ inputs.runtime_docker_image }}"
33+
source_ref: "refs/heads/main"
3334
quality_checks:
3435
runs-on: ubuntu-22.04
3536
needs: verify_attestation

.github/workflows/verify_attestation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
username: ${{ github.actor }}
5454
password: ${{ secrets.GITHUB_TOKEN }}
5555

56-
- name: Resolve digest and validate expected value
56+
- name: Resolve digest
5757
id: resolve
5858
shell: bash
5959
env:

0 commit comments

Comments
 (0)