We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
today
1 parent a524a38 commit 34f8515Copy full SHA for 34f8515
.github/workflows/ci.yml
@@ -69,6 +69,7 @@ jobs:
69
with:
70
policy: policy.yaml
71
environment-paths: ${{ matrix.env-paths }}
72
+ today: 2024-02-04
73
- name: detect outcome
74
if: always()
75
shell: bash -l {0}
action.yaml
@@ -5,13 +5,18 @@ inputs:
5
policy:
6
description: >-
7
The path to the policy to follow
8
- required: True
+ required: true
9
type: string
10
environment-paths:
11
12
The paths to the environment files
13
14
type: list
15
+ today:
16
+ description: >-
17
+ Time machine for testing
18
+ required: false
19
+ type: string
20
outputs: {}
21
22
runs:
0 commit comments