Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
JivusAyrus committed Aug 13, 2024
1 parent 5ec3fff commit ab138eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
# 1. Create & Publish feature subgraph based on cosmo.yaml
# 2. Create a new feature flag
- uses: ./
- uses: ./action.yml
id: ff
with:
config_path: .github/cosmo.yaml
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event.action == 'synchronize'
steps:
- uses: ./
- uses: ./action.yml
with:
config_path: .github/cosmo.yaml
update: true # Only update the feature subgraphs from cosmo.yaml
Expand All @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event.action == 'closed'
steps:
- uses: ./
- uses: ./action.yml
id: ff
with:
config_path: .github/cosmo.yaml
Expand Down

0 comments on commit ab138eb

Please sign in to comment.