Skip to content

Commit

Permalink
fix spelling of env var name
Browse files Browse the repository at this point in the history
- name: Create and upload eventing-manager.yaml and eCahnge github.event.input.name to
  • Loading branch information
friedrichwilken committed Dec 15, 2023
1 parent e6bcd5d commit 25c4aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

- name: Create and upload eventing-manager.yaml and eventing-default-cr.yaml
env:
PULL_BASE_REF: ${{ github.event.input.name }}
PULL_BASE_REF: ${{ github.events.input.name }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
IMG: "europe-docker.pkg.dev/kyma-project/prod/eventing-manager:${{ github.event.input.name }}"
MODULE_REGISTRY: "europe-docker.pkg.dev/kyma-project/prod/unsigned"
Expand Down

0 comments on commit 25c4aaf

Please sign in to comment.