Skip to content

Commit

Permalink
fix readme; del unsued file
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolethanh committed Oct 3, 2023
1 parent 2d319bc commit ee9a22b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 34 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
32 changes: 0 additions & 32 deletions dist/what_changes.graphql

This file was deleted.

0 comments on commit ee9a22b

Please sign in to comment.