Skip to content
Snippets Groups Projects
Unverified Commit 3e256794 authored by xgui3783's avatar xgui3783 Committed by GitHub
Browse files

Merge pull request #875 from HumanBrainProject/debug_fixGha

debug github actions
parents a857f59c 1e9d4ee4
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ jobs:
CHROMIUM_VERSION: "86.0.4240.0"
outputs:
failure-state: ${{ steps.failure-state-step.FAILURE_STATE }}
failure-state: ${{ steps.failure-state-step.outputs.failure-state }}
steps:
- uses: actions/checkout@v2
......@@ -73,7 +73,7 @@ jobs:
- name: Set output when workflow fails
if: failure()
run: echo '::set-output name=FAILURE_STATE::true'
run: echo '::set-output name=failure-state::true'
id: failure-state-step
- name: Define screenshot artefact
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment