Skip to content

Commit

Permalink
Fixed output params for release-docs CI job. (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk authored Nov 3, 2024
1 parent c81f0e8 commit e24cb5e
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

1 comment on commit e24cb5e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.