Skip to content

Commit

Permalink
Update diff-yaml name (#3861)
Browse files Browse the repository at this point in the history
Signed-off-by: 1000TurquoisePogs <[email protected]>
  • Loading branch information
1000TurquoisePogs authored Jun 13, 2024
1 parent 727a675 commit 1900863
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/diff-yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Generate schema diff
name: Generate example yaml diff
on:
push:
branches:
Expand Down Expand Up @@ -32,10 +32,10 @@ jobs:
- name: '[Prep 4] Get from version'
run: node -e "if ('${{ github.event.inputs.FROM_COMMIT }}'.length > 0) { console.log('FROM=${{ github.event.inputs.FROM_COMMIT }}') } else { let parts = '${{ env.TO }}'.split('.'); parts[1]--; console.log('FROM='+parts.join('.')); }" >> $GITHUB_ENV
- name: '[Build] Make diff'
run: git diff ${{ env.FROM }} ${{ env.TO }} -- example-zowe.yaml > yaml.diff
run: git diff ${{ env.FROM }} ${{ env.TO }} -- example-zowe.yaml > example-yaml.diff
- name: '[Upload]'
uses: actions/upload-artifact@v3
with:
name: schemas.diff
path: schemas.diff
name: example-yaml.diff
path: example-yaml.diff
if-no-files-found: error

0 comments on commit 1900863

Please sign in to comment.