Skip to content
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/cron-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
image_tag:
description: Action image tag used when mode=image (for example v1.2.3-test or v1.2.3-rc)
required: false
default: ''
default: v1
type: string

permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-action-commit-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
description: Image tag for docker mode (for example v1.2.3-test or v1.2.3-rc)
required: false
type: string
default: ''
default: v1
workflow_dispatch:
inputs:
mode:
Expand All @@ -26,7 +26,7 @@ on:
image_tag:
description: Image tag for docker mode (for example v1.2.3-test or v1.2.3-rc)
required: false
default: ''
default: v1
type: string

permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-action-container-structure-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
description: Image tag for docker mode (for example v1.2.3-test or v1.2.3-rc)
required: false
type: string
default: ''
default: v1
workflow_dispatch:
inputs:
mode:
Expand All @@ -26,7 +26,7 @@ on:
image_tag:
description: Image tag for docker mode (for example v1.2.3-test or v1.2.3-rc)
required: false
default: ''
default: v1
type: string

permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-action-format-hcl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
description: Image tag for docker mode (for example v1.2.3-test or v1.2.3-rc)
required: false
type: string
default: ''
default: v1
workflow_dispatch:
inputs:
mode:
Expand All @@ -26,7 +26,7 @@ on:
image_tag:
description: Image tag for docker mode (for example v1.2.3-test or v1.2.3-rc)
required: false
default: ''
default: v1
type: string

permissions:
Expand Down
Loading