Skip to content

Commit

Permalink
fixing typo in tenants-config name
Browse files Browse the repository at this point in the history
  • Loading branch information
joejstuart committed Nov 29, 2023
1 parent b7bc92a commit 2a22a97
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/create-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
options:
- infra-deployments
- build-definitions
- tentants-config
- tenants-config
- all
schedule:
# At 09:00 UTC on Tuesday
Expand All @@ -20,9 +20,9 @@ permissions:
contents: read

jobs:
create-tentants-config-pr:
create-tenants-config-pr:
if: >
inputs.run_for == 'tentants-config' || inputs.run_for == 'all' || inputs.run_for == ''
inputs.run_for == 'tenants-config' || inputs.run_for == 'all' || inputs.run_for == ''
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
path: infra-deployments-ci

# create-pr.sh changes directory to the upstream tenants-config, creates a remote from the fork and pushes the changes to the fork
- name: Create PR in tentants-config
- name: Create PR in tenants-config
env:
EC_AUTOMATION_KEY: ${{ secrets.EC_AUTOMATION_KEY }}
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY_TENANTS_CONFIG }}
Expand All @@ -83,7 +83,7 @@ jobs:
}
GITHUB_TOKEN=$(curl -s -X POST -H "Authorization: Bearer $(createJWT)" -H "Accept: application/vnd.github+json" "https://api.github.com/app/installations/${APP_INSTALL_ID}/access_tokens" | jq -r .token) \
./hack/create-pr.sh [email protected]:enterprise-contract/tenants-config.git ../tentants-config
./hack/create-pr.sh [email protected]:enterprise-contract/tenants-config.git ../tenants-config
working-directory: infra-deployments-ci


Expand Down

0 comments on commit 2a22a97

Please sign in to comment.