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 a21a0f3 commit e8d3826Copy full SHA for e8d3826
CHANGELOG.md
@@ -0,0 +1,6 @@
1
+# 1.0.0 (2024-04-18)
2
+
3
4
+### Features
5
6
+* initial commit ([381ffb4](https://github.com/infinite-automations/gh-projects-set-select-option/commit/381ffb4856294ddd3d5f8f0461f72b31fcee45a5))
README.md
@@ -7,7 +7,7 @@ Sets the value for a select field in GitHub Projects based on the text value.
7
# Usage
8
9
```yaml
10
-- uses: infinite-automations/gh-projects-set-option@v1
+- uses: infinite-automations/gh-projects-set-option@v1.0.0
11
with:
12
# Token which is used to access the project data via GitHub CLI
13
token: ''
0 commit comments