Skip to content

Commit 3018e51

Browse files
committed
fix
1 parent c2c907f commit 3018e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
with:
116116
script: |
117117
// Check if event is not a pull request or is a closed pull request
118-
console.log(`Event name: ${github.event_name}, action: ${github.event.action}`, sha: ${github.sha});
118+
console.log(`Event name: ${github.event_name}, action: ${github.event.action}, sha: ${github.sha}`);
119119
if (github.event_name == 'pull_request_target' && github.event.action != 'closed') {
120120
console.log('Skipping cache cleanup');
121121
return;

0 commit comments

Comments
 (0)