Skip to content

build(deps-dev): bump sass from 1.58.2 to 1.62.0 in /docs #347

build(deps-dev): bump sass from 1.58.2 to 1.62.0 in /docs

build(deps-dev): bump sass from 1.58.2 to 1.62.0 in /docs #347

Workflow file for this run

name: Run Actions / Reuse section
on: push
jobs:
runs-code-workflow:
uses: ./.github/workflows/syntax.yaml
runs-nested-reusable-workflow:
uses: ./.github/workflows/reuse-nested.yaml
# A reusable workflow can't be run from an action
runs-reusable-workflow-from-action:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- id: runs-reusable-workflow-from-action
uses: ./.github/actions/runs-reusable-workflow
continue-on-error: true
- run: |
[[ "${{ steps.runs-reusable-workflow-from-action.outcome }}" == "failure" ]]
[[ "${{ steps.runs-reusable-workflow-from-action.conclusion }}" == "success" ]]
shell: bash