Skip to content

Commit 4ffa923

Browse files
author
Alain BOUDARD
committed
fix: mock action
1 parent 5894535 commit 4ffa923

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ng-actions.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
name: NgRx Data test actions
2-
on: ["push"]
2+
on: ["push"]
3+
jobs:
4+
Explore-GitHub-Actions:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."

0 commit comments

Comments
 (0)