Skip to content

Commit 87ae096

Browse files
fix: e2e for action-pull-request, set default ref
1 parent fb8df2b commit 87ae096

9 files changed

Lines changed: 176 additions & 45 deletions

.github/workflows/cron-e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
image_tag:
1717
description: Action image tag used when mode=image (for example v1.2.3-test or v1.2.3-rc)
1818
required: false
19-
default: ''
19+
default: v1
2020
type: string
2121

2222
permissions:

.github/workflows/e2e-action-commit-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
description: Image tag for docker mode (for example v1.2.3-test or v1.2.3-rc)
1313
required: false
1414
type: string
15-
default: ''
15+
default: v1
1616
workflow_dispatch:
1717
inputs:
1818
mode:
@@ -26,7 +26,7 @@ on:
2626
image_tag:
2727
description: Image tag for docker mode (for example v1.2.3-test or v1.2.3-rc)
2828
required: false
29-
default: ''
29+
default: v1
3030
type: string
3131

3232
permissions:

.github/workflows/e2e-action-container-structure-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
description: Image tag for docker mode (for example v1.2.3-test or v1.2.3-rc)
1313
required: false
1414
type: string
15-
default: ''
15+
default: v1
1616
workflow_dispatch:
1717
inputs:
1818
mode:
@@ -26,7 +26,7 @@ on:
2626
image_tag:
2727
description: Image tag for docker mode (for example v1.2.3-test or v1.2.3-rc)
2828
required: false
29-
default: ''
29+
default: v1
3030
type: string
3131

3232
permissions:

.github/workflows/e2e-action-format-hcl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
description: Image tag for docker mode (for example v1.2.3-test or v1.2.3-rc)
1313
required: false
1414
type: string
15-
default: ''
15+
default: v1
1616
workflow_dispatch:
1717
inputs:
1818
mode:
@@ -26,7 +26,7 @@ on:
2626
image_tag:
2727
description: Image tag for docker mode (for example v1.2.3-test or v1.2.3-rc)
2828
required: false
29-
default: ''
29+
default: v1
3030
type: string
3131

3232
permissions:

0 commit comments

Comments
 (0)