Skip to content

Commit

Permalink
chore(ci): fix event file path
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelangarano committed Jan 5, 2024
1 parent 45d0953 commit 13502ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: cp ./event.json /home/runner/work/_temp/_github_workflow/event.json
- run: cp event.json /home/runner/work/_temp/_github_workflow/event.json
- run: npm run gha-e2e

0 comments on commit 13502ab

Please sign in to comment.