File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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"
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments