Skip to content

Commit 1ba09da

Browse files
committed
🔖 Release 1.4.0
- Updated documentation
1 parent de81694 commit 1ba09da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</p>
1111

1212
<p align="center">
13-
Version 1.3.1
13+
Version 1.4.0
1414
</p>
1515

1616
<p align="center">
@@ -29,7 +29,7 @@ It is very easy to integrate in your project, just take a look at the "Usage"-se
2929
Updates [Github Variable](https://docs.github.com/en/actions/learn-github-actions/variables#creating-configuration-variables-for-a-repository) for a repository or organization.
3030

3131
```YAML
32-
- uses: openfoxes/set-github-variable@v1.3.1
32+
- uses: openfoxes/set-github-variable@v1.4.0
3333
with:
3434
name: 'SAMPLE_VAR'
3535
value: 'Hello World'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "set-github-variable",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"repository": "https://github.com/OpenFoxes/set-github-variable",
55
"license": "MIT License",
66
"type": "module",

0 commit comments

Comments
 (0)