Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4d3f59b

Browse files
committed
try again
1 parent 4703051 commit 4d3f59b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,13 @@ jobs:
1818
- uses: actions/checkout@v2
1919
- name: Register pospell problem matcher
2020
run: echo "::add-matcher::.github/problem-matchers/pospell.json"
21-
- name: Dump GitHub event context
22-
env:
23-
GITHUB_EVENT_CONTEXT: ${{ toJson(github.event) }}
24-
run: echo "$GITHUB_EVENT_CONTEXT"
21+
- uses: lots0logs/[email protected]
22+
id: changed_files
23+
with:
24+
token: ${{ secrets.GITHUB_TOKEN }}
25+
- name: Show changed files
26+
run:
27+
echo '${{ steps.changed_files.outputs.all }}'
2528
- name: Install pospell
2629
run: |
2730
sudo apt-get update

0 commit comments

Comments
 (0)