Skip to content

Commit

Permalink
using zowe robot in wf
Browse files Browse the repository at this point in the history
Signed-off-by: Amber Torrise <at895452@broadcom.net>
  • Loading branch information
Amber Torrise committed Nov 30, 2023
1 parent 24761c9 commit d04cb54
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/sync-cli-readmes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
- name: Sync files
run: |
cp zowe-cli/README.md zowe-cli/packages/cli/README.md
git add .
git commit -m "Sync files" || true
git push
- name: Commit then Push Changes
run: |
git config --global user.name ${{ secrets.ZOWE_ROBOT_USER }}
git config --global user.email ${{ secrets.ZOWE_ROBOT_EMAIL }}
git add "zowe-cli/README.md" "zowe-cli/packages/cli/README.md"
git commit -m "Synching cli readmes"
git push origin HEAD

0 comments on commit d04cb54

Please # to comment.