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.
1 parent c69d3dd commit 2eed0edCopy full SHA for 2eed0ed
README.md
@@ -2,6 +2,12 @@
2
3
This action install foundationdb
4
5
+This action is compatible with:
6
+
7
+- `ubuntu-latest`
8
+- `macos-latest`
9
+- `windows-latest`
10
11
## Inputs
12
13
### `version`
package.json
@@ -1,6 +1,6 @@
1
{
"name": "foundationdb-actions-install",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "Github Action for installing foundationdb",
"main": "index.js",
"scripts": {
0 commit comments