We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed4394 commit e4c43c3Copy full SHA for e4c43c3
.github/workflows/main.yml
@@ -78,7 +78,7 @@ jobs:
78
path: ${{ steps.playMode.outputs.artifactsPath }}
79
80
testRunnerInEachModeSeparately:
81
- name: Test each mode sequentially # don't try this at home (it's much slower)
+ name: Test each mode sequentially 👩👩👧👦 # don't try this at home (it's much slower)
82
runs-on: ubuntu-latest
83
steps:
84
# Checkout repository (required to test local actions)
entrypoint.sh
@@ -176,7 +176,7 @@ fi
176
#
177
178
# Set resulting name as output variable
179
-echo ::set-output name=artifactsPath::$FULL_ARTIFACTS_PATH
+echo ::set-output name=artifactsPath::$ARTIFACTS_PATH
180
181
182
# Exit
0 commit comments