ci: Updated test file

releases/v3
Tycho Bokdam 2020-12-14 22:38:57 +01:00
parent fa3313b72c
commit 8b503dcc9f
No known key found for this signature in database
GPG Key ID: A0FAE77C8CDF33C7
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
name: 'Action to test the action locally with act'
name: 'Test the action'
on: [pull_request]
jobs:
@ -12,6 +12,9 @@ jobs:
- run: npm ci --prod
- run: touch ./fake-file.log
- run: "git add . && git commit -m 'feat: Added fake file so version will be bumped'"
- name: Generate changelog
id: changelog
uses: ./