Skip to content

Commit

Permalink
Merge pull request #3 from ClassFunc/releases/v1.1
Browse files Browse the repository at this point in the history
Releases/v1.1
  • Loading branch information
zerolethanh committed Oct 3, 2023
2 parents 57552bc + ee9a22b commit df6510b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 35 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ on:
- "release/*" # or whatever branch you want to check
steps:
- uses: actions/checkout@v4
- uses: classfunc/what-changes@v1
- uses: ClassFunc/what-changes@v1
id: 'changes-table'
with:
output-type: 'md'
output-type: 'md' # or 'html' or 'rows'
- name: Print Output
run: echo "${{ steps.changes-table.outputs.value }}"
```
Expand Down
2 changes: 1 addition & 1 deletion dist/bash.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 0 additions & 32 deletions dist/what_changes.graphql

This file was deleted.

0 comments on commit df6510b

Please sign in to comment.