Skip to content

Commit

Permalink
remove file-changes-action
Browse files Browse the repository at this point in the history
  • Loading branch information
skullydazed committed Oct 24, 2020
1 parent 844e1e9 commit 41fd079
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/api.yml
Expand Up @@ -18,17 +18,6 @@ jobs:
with:
fetch-depth: 1

- uses: trilom/file-changes-action@v1.2.4
id: file_changes
with:
output: '\n'

- name: Print info
run: |
git rev-parse --short HEAD
echo ${{ github.event.pull_request.base.sha }}
echo '${{ steps.file_changes.outputs.files}}'
- name: Generate API Data
run: qmk generate-api

Expand Down

0 comments on commit 41fd079

Please sign in to comment.