We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 717a570 commit 1af4237Copy full SHA for 1af4237
1 file changed
.github/workflows/ci.yml
@@ -44,11 +44,12 @@ jobs:
44
path: nix-image.tar
45
46
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 }}"
+ steps:
+ - name: Debug event
+ run: |
+ echo "Event name: ${{ github.event_name }}"
+ echo "Modified files: ${{ github.event.head_commit.modified }}"
52
+ echo "Added files: ${{ github.event.head_commit.added }}"
53
54
tests:
55
runs-on: ubuntu-latest
0 commit comments