Skip to content

Commit 1af4237

Browse files
committed
fix(ci): fix syntax
1 parent 717a570 commit 1af4237

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,12 @@ jobs:
4444
path: nix-image.tar
4545

4646
debug:
47-
- name: Debug event
48-
run: |
49-
echo "Event name: ${{ github.event_name }}"
50-
echo "Modified files: ${{ github.event.head_commit.modified }}"
51-
echo "Added files: ${{ github.event.head_commit.added }}"
47+
steps:
48+
- name: Debug event
49+
run: |
50+
echo "Event name: ${{ github.event_name }}"
51+
echo "Modified files: ${{ github.event.head_commit.modified }}"
52+
echo "Added files: ${{ github.event.head_commit.added }}"
5253
5354
tests:
5455
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)