Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxy-v authored Sep 1, 2024
1 parent d7ae27b commit 81faa6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
- name: Get modified source
id: get-modified-source
uses: actions/github-script@v7
with:
script: |
const diff = require('./scripts/diff.js');
console.log(diff({github, context}))
with:
script: |
const diff = require('./scripts/diff.js');
console.log(diff({github, context}))
- name: Get affected targets
id: find-targets
Expand Down

0 comments on commit 81faa6c

Please sign in to comment.