Skip to content

Commit

Permalink
Update clouddriver-oes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yugaa22 authored May 6, 2024
1 parent ffa4f98 commit 901283b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/clouddriver-oes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,15 +112,15 @@ jobs:
steps:
- name: Che4ck out repository code
uses: actions/checkout@v3
with:
repository: opsmx/cve-target
ref: refs/heads/main
# with:
# repository: opsmx/cve-target
# ref: refs/heads/main
- run: |
echo artifactId: ${{ needs.build-clouddriver.outputs.clouddriver }} > default/service-settings/clouddriver.yml
git config user.name github-actions
git config user.email [email protected]
git add .
git commit -m "updating master Branch images into service settings"
echo " "
# echo artifactId: ${{ needs.build-clouddriver.outputs.clouddriver }} > default/service-settings/clouddriver.yml
# git config user.name github-actions
# git config user.email [email protected]
# git add .
# git commit -m "updating master Branch images into service settings"
env:
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}

0 comments on commit 901283b

Please sign in to comment.