Skip to content

Commit

Permalink
Repo name fix (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimid27 authored Jan 17, 2024
1 parent e8ab112 commit f24d632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ runs:
GITHUB_TOKEN: ${{ inputs.NEBULA_UI_ACTIONS_RW_TOKEN }}
run: |
gh workflow run npm_update_latest_prefect.yaml \
--repo=nebula-ui \
--repo=prefecthq/nebula-ui \
--ref=main \
-f package_name="$GITHUB_REPOSITORY" \
-f package_version="$tag"
Expand All @@ -72,7 +72,7 @@ runs:
GITHUB_TOKEN: ${{ inputs.PREFECT_OSS_ACTIONS_RW_TOKEN }}
run: |
gh workflow run npm_update_latest_prefect.yaml \
--repo=prefect \
--repo=prefecthq/prefect \
--ref=main \
-f package_name="$GITHUB_REPOSITORY" \
-f package_version="$tag"
Expand Down

0 comments on commit f24d632

Please sign in to comment.