Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Changing default branch to github_ref reference #54

Merged
merged 1 commit into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
description: Name of the branch to checkout
required: false
type: string
default: main
default: ${{ github.ref }}

jobs:
analyze:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-with-multus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
description: Name of the branch to checkout
required: false
type: string
default: main
default: ${{ github.ref }}

jobs:
integration-test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
description: Name of the branch to checkout
required: false
type: string
default: main
default: ${{ github.ref }}
enable-metallb:
description: Enable MetalLB
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
description: Name of the branch to checkout
required: false
type: string
default: main
default: ${{ github.ref }}

jobs:
lint-report:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-charm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
description: Name of the charmhub track to publish
type: string
branch-name:
default:
default: ${{ github.ref }}
description: An additional branch name to add to the track
type: string
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
description: Name of the branch to checkout
required: false
type: string
default: main
default: ${{ github.ref }}

jobs:
static-analysis:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
description: Name of the branch to checkout
required: false
type: string
default: main
default: ${{ github.ref }}
working-directory:
description: The directory that stores the Terraform modules
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
description: Name of the branch to checkout
required: false
type: string
default: main
default: ${{ github.ref }}

jobs:
unit-tests:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-libs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
description: Name of the branch to checkout
required: false
type: string
default: main
default: ${{ github.ref }}

permissions:
contents: write
Expand Down Expand Up @@ -56,4 +56,4 @@ jobs:
will be wiped during the next check. Unless you really know what you're doing, you
most likely don't want to push any commits to this branch.
branch: "chore/auto-libs"
delete-branch: true
delete-branch: true