Skip to content

Commit

Permalink
Update ibm.yml
Browse files Browse the repository at this point in the history
Update resource group to use cammel-case
  • Loading branch information
andreselim authored Aug 31, 2021
1 parent 547677e commit 2c06c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ibm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# Authenticate with IBM Cloud CLI
- name: Authenticate with IBM Cloud CLI
run: |
ibmcloud login --apikey "${IBM_CLOUD_API_KEY}" -r "${IBM_CLOUD_REGION}" -g default
ibmcloud login --apikey "${IBM_CLOUD_API_KEY}" -r "${IBM_CLOUD_REGION}" -g Default
ibmcloud cr region-set "${IBM_CLOUD_REGION}"
ibmcloud cr login
Expand Down

0 comments on commit 2c06c96

Please sign in to comment.