Skip to content

Commit

Permalink
try 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ETLaurent committed Sep 26, 2023
1 parent a67c986 commit c136d9f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/outdated-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ jobs:
id: outdated
run: |
{
echo 'OUTDATED_DEPENDENCIES<<delimiter'
echo delimiter
npm outdated
echo delimiter
echo 'OUTDATED_DEPENDENCIES<<EOF' >> $GITHUB_OUTPUT
npm outdated >> $GITHUB_OUTPUT
echo 'EOF' >> $GITHUB_OUTPUT
} >> "$GITHUB_ENV"
- name: Report Status
run: echo $OUTDATED_DEPENDENCIES
Expand Down

0 comments on commit c136d9f

Please sign in to comment.