Skip to content

Commit

Permalink
removing trailing spaces in random files. also adding workflow to syn…
Browse files Browse the repository at this point in the history
…c changes in our two cli readmes

Signed-off-by: Amber Torrise <[email protected]>
  • Loading branch information
Amber Torrise committed Nov 30, 2023
1 parent 2488c56 commit 24761c9
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/auto-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Process Label Action
uses: hramos/respond-to-issue-based-on-label@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: '.github/label-actions.yml'
configuration-path: '.github/label-actions.yml'
22 changes: 22 additions & 0 deletions .github/workflows/sync-cli-readmes.yml
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
2 changes: 1 addition & 1 deletion packages/secrets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ All notable changes to the Zowe Secrets SDK package will be documented in this f

## `7.18.1`

- Added README to package w/ description, instructions and examples of using the `keyring` module.
- Added README to package w/ description, instructions and examples of using the `keyring` module.

## `7.18.0`

Expand Down

0 comments on commit 24761c9

Please sign in to comment.