Skip to content

Commit 304b2b0

Browse files
committed
testing again
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
1 parent 62f4e77 commit 304b2b0

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

.github/workflows/validate-flags.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
# Automatically compares against PR base branch (main)
2626
- name: Compare against base branch
27-
uses: open-feature/action@v0.0.2
27+
uses: open-feature/action@v0.0.3
2828
with:
2929
manifest: "flags.json"
3030

@@ -34,7 +34,7 @@ jobs:
3434
- name: Compare against remote manifest
3535
# Secret not accessible for PRs from forks
3636
if: github.repository == github.event.repository.full_name
37-
uses: open-feature/action@v0.0.2
37+
uses: open-feature/action@v0.0.3
3838
with:
3939
manifest: "flags.json"
4040
against: "https://flagd-studio.onrender.com/api"

flags.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@
1212
},
1313
"defaultVariant": "on"
1414
},
15+
"offer-free-shipping": {
16+
"description": "Add free shipping to the UI.",
17+
"defaultValue": false,
18+
"flagType": "boolean",
19+
"state": "ENABLED",
20+
"variants": {
21+
"on": true,
22+
"off": false
23+
},
24+
"defaultVariant": "on"
25+
},
1526
"sticky-header": {
1627
"description": "Make the header stay at the top of the page while scrolling.",
1728
"state": "ENABLED",

0 commit comments

Comments
 (0)