Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
trev-dev committed May 21, 2024
1 parent dec2d6b commit 8f6518c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-openshift-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
${{ secrets.D365_RECIPIENTS }}
JSON
cat << JSON > tmp/bc_registry_api
cat << JSON > /tmp/bc_registry_api
${{ secrets.D365_BC_REGISTRY_API }}
JSON
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-openshift-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
${{ secrets.D365_RECIPIENTS }}
JSON
cat << JSON > tmp/bc_registry_api
cat << JSON > /tmp/bc_registry_api
${{ secrets.D365_BC_REGISTRY_API }}
JSON
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-openshift-uat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
${{ secrets.D365_RECIPIENTS }}
JSON
cat << JSON > tmp/bc_registry_api
cat << JSON > /tmp/bc_registry_api
${{ secrets.D365_BC_REGISTRY_API }}
JSON
Expand Down

0 comments on commit 8f6518c

Please sign in to comment.