We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e6b84 commit 746ba4aCopy full SHA for 746ba4a
.github/workflows/validate-flags.yaml
@@ -24,7 +24,7 @@ jobs:
24
25
# Automatically compares against PR base branch (main)
26
- name: Compare against base branch
27
- uses: open-feature/action@v0.0.3
+ uses: open-feature/action@v0.0.4
28
with:
29
manifest: "flags.json"
30
@@ -34,7 +34,7 @@ jobs:
34
- name: Compare against remote manifest
35
# Secret not accessible for PRs from forks
36
if: github.repository == github.event.repository.full_name
37
38
39
40
against: "https://flagd-studio.onrender.com/api"
0 commit comments