Skip to content

Commit

Permalink
try again 5
Browse files Browse the repository at this point in the history
  • Loading branch information
ETLaurent committed Sep 26, 2023
1 parent e275a95 commit 0433db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/outdated-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# run: npm install
- name: Check outdated dependencies
id: outdated
run: echo "outdated_dependencies=hey" >> "$GITHUB_OUTPUT"
run: echo "outdated_dependencies=$(echo yo)" >> "$GITHUB_OUTPUT"
- name: Report Status
run: echo $OUTDATED_DEPENDENCIES
env:
Expand Down

0 comments on commit 0433db2

Please sign in to comment.