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.
2 parents 88bd3fa + 7a31beb commit 9d0f9b3Copy full SHA for 9d0f9b3
.github/workflows/node.js.yml
@@ -26,7 +26,7 @@ jobs:
26
- id: get-repo-values
27
run: |
28
url=https://$(echo "${{github.repository}}" | sed "s/\//.github.io\//")
29
- echo "::set-output name=url::$url"
+ echo "url=$url" >> $GITHUB_OUTPUT
30
- name: Update package.json homepage
31
uses: jossef/action-set-json-field@v1
32
with:
0 commit comments