Skip to content

Commit 9d0f9b3

Browse files
authored
Merge pull request UD-CISC275-S22#148 from craftablescience/fix/deprecated-set-output
fix: set-output is deprecated
2 parents 88bd3fa + 7a31beb commit 9d0f9b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- id: get-repo-values
2727
run: |
2828
url=https://$(echo "${{github.repository}}" | sed "s/\//.github.io\//")
29-
echo "::set-output name=url::$url"
29+
echo "url=$url" >> $GITHUB_OUTPUT
3030
- name: Update package.json homepage
3131
uses: jossef/action-set-json-field@v1
3232
with:

0 commit comments

Comments
 (0)