-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removing trailing spaces in random files. also adding workflow to syn…
…c changes in our two cli readmes Signed-off-by: Amber Torrise <at895452@broadcom.net>
- Loading branch information
Amber Torrise
committed
Nov 30, 2023
1 parent
2488c56
commit 24761c9
Showing
3 changed files
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: Sync CLI Readmes | ||
|
||
on: | ||
push: | ||
branches: | ||
- next | ||
- cleanup | ||
|
||
jobs: | ||
sync-files: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v2 | ||
|
||
- 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters