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 f787b81 commit 5e66e56Copy full SHA for 5e66e56
.github/workflows/check-test.yaml
@@ -32,11 +32,13 @@ jobs:
32
- name: Sets env vars
33
if: github.event_name == 'pull_request'
34
run: echo "SINCE_REF=remotes/origin/main" >> $GITHUB_ENV
35
+ shell: bash
36
37
# On main we run all the checks with changes since the last commit
38
- name: Sets env vars (main)
39
if: github.event_name != 'pull_request'
40
run: echo "SINCE_REF=HEAD~1" >> $GITHUB_ENV
41
42
43
- name: Install Deps Ubuntu
44
if: ${{ runner.os == 'Linux' }}
0 commit comments