Skip to content

Commit

Permalink
Fixed output params for release-docs CI job.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Nov 3, 2024
1 parent c81f0e8 commit a529592
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
release-docs:
environment:
name: github-pages
url: ${{ steps.pages.outputs.page_url }}
url: ${{ steps.pages.outputs.base_url }}

runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
continue-on-error: ${{ vars.CI_TEST_IGNORE_FAILURE == '1' }}

- name: Setup tmate session
if: ${{ !cancelled() && github.event.inputs.enable_upterm == 'true' }}
if: ${{ !cancelled() && github.event.inputs.enable_terminal == 'true' }}
uses: mxschmitt/action-tmate@v3
timeout-minutes: 5

0 comments on commit a529592

Please sign in to comment.