We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd456cc commit 061b053Copy full SHA for 061b053
.github/workflows/fetch-event-node.yml
@@ -26,7 +26,7 @@ jobs:
26
# Step 3: Install Node.js dependencies
27
- name: Install dependencies
28
run: npm install
29
- working-directory: 'automation'
+ working-directory: 'automation'
30
31
# Step 4: Run the Node.js script to fetch events and save to a file
32
- name: Fetch and save events
0 commit comments