Skip to content

Commit

Permalink
fix(ci): Fix typo in recipe name
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelkp committed Jun 27, 2023
1 parent 1c0d8a1 commit 05b82e1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: deploy to staging
run: |
queenbee
pollination dsl push pollination-annual-enhanced --tag ${{needs.deploy.outputs.tag}} -e https://api.staging.pollination.cloud -src https://api.staging.pollination.cloud/registries --push-dependencies
pollination dsl push pollination-annual-daylight-enhanced --tag ${{needs.deploy.outputs.tag}} -e https://api.staging.pollination.cloud -src https://api.staging.pollination.cloud/registries --push-dependencies
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
QB_POLLINATION_TOKEN: ${{ secrets.POLLINATION_STAGING_LADYBUGBOT_TOKEN }}
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/validation_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from pollination.annual_daylight.entry import AnnualDaylightEntryPoint
from pollination.annual_daylight_enhanced.entry import AnnualDaylightEntryPoint
from queenbee.recipe.dag import DAG


Expand Down

0 comments on commit 05b82e1

Please sign in to comment.