We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2c907f commit 3018e51Copy full SHA for 3018e51
.github/workflows/tests.yml
@@ -115,7 +115,7 @@ jobs:
115
with:
116
script: |
117
// 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});
+ console.log(`Event name: ${github.event_name}, action: ${github.event.action}, sha: ${github.sha}`);
119
if (github.event_name == 'pull_request_target' && github.event.action != 'closed') {
120
console.log('Skipping cache cleanup');
121
return;
0 commit comments