Skip to content

Commit

Permalink
fixing paths in workflow
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 fc30fbb commit 52db257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-cli-readmes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:

- name: Sync files
run: |
cp "${{ github.workspace }}/zowe-cli/README.md" "${{ github.workspace }}/zowe-cli/packages/cli/README.md"
cp "${{ github.workspace }}/README.md" "${{ github.workspace }}/packages/cli/README.md"
- 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 "${{ github.workspace }}/zowe-cli/packages/cli/README.md"
git add "${{ github.workspace }}/packages/cli/README.md"
git commit -m "Synching cli readmes"
git push origin HEAD

0 comments on commit 52db257

Please # to comment.