We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7744c6e commit eb84cbcCopy full SHA for eb84cbc
.github/workflows/test.json
@@ -0,0 +1,8 @@
1
+{
2
+ "input": {
3
+ "test": {
4
+ "type": "string",
5
+ "description": "test"
6
+ }
7
8
+}
.github/workflows/test.yml
@@ -21,4 +21,5 @@ jobs:
21
- uses: actions/checkout@v2
22
- uses: ./
23
with:
24
- milliseconds: 1000
+ file:${{ github.workspace }}/.github/workflows/test.json
25
+ fields: "{\"input.test.type\": \"new value\"}"
README.md
@@ -41,8 +41,8 @@ jobs:
41
- uses: actions/checkout@v3
42
43
- name: Update package.json version
44
- uses: jossef/action-set-json-field@v2.1
+ uses: restackio/update-json-file-action@v1.1
45
46
file: package.json
47
- fields: "{'version': '1.2.4'}"
48
```
0 commit comments