Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhIBM committed Oct 24, 2024
1 parent 82ce503 commit 26b6e11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e_run_all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
required: true
type: string
git_ref:
default: 'test-action'
default: 'main'
description: Git ref to checkout the cloud-api-adaptor repository. Defaults to main.
required: false
type: string
Expand Down Expand Up @@ -153,6 +153,7 @@ jobs:
- name: Define Test Matrix
id: matrix
run: |
git checkout test-action
pwd
jq --version
ls -l ./libvirt
Expand Down

0 comments on commit 26b6e11

Please sign in to comment.