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 6f19e6a commit 7abbb47Copy full SHA for 7abbb47
.github/workflows/workflow.yml
@@ -19,7 +19,7 @@ jobs:
19
run: |
20
echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
21
echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
22
- -
+
23
- name: Cypress run
24
uses: cypress-io/github-action@v2
25
env:
0 commit comments