1
0
Fork 0
mirror of https://github.com/kou029w/jwk.pages.dev.git synced 2025-02-20 07:36:01 +00:00

chore(deps): update actions/setup-node digest to 0a44ba7 ()

* chore(deps): update actions/setup-node digest to 0a44ba7

* fixed preview dns subdomain from branch ref

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Kohei Watanabe <nebel@fogtype.com>
This commit is contained in:
renovate[bot] 2024-10-01 11:25:49 +09:00 committed by GitHub
parent 6c9cd422b7
commit fe45ed3c45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ jobs:
timeout-minutes: 5
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
with:
node-version: lts/*
- name: Install dependencies
@ -26,7 +26,7 @@ jobs:
- if: github.ref_name != github.event.repository.default_branch
id: set_preview_env
shell: bash
run: echo url="https://$(echo "${HEAD_REF:0:28}" | sed s/[^_0-9a-z]/-/gi).jwk.pages.dev/" >> "${GITHUB_OUTPUT}"
run: echo url="https://$(echo "${HEAD_REF:0:28}" | sed 's/[^_0-9a-z]/-/gi;s/-*$//').jwk.pages.dev/" >> "${GITHUB_OUTPUT}"
env:
HEAD_REF: ${{ github.head_ref }}
- name: Run tests on ${{ env.BASE_URL }}