We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c28a938 commit d0a481dCopy full SHA for d0a481d
.github/workflows/ci-workflow.yml
@@ -34,7 +34,7 @@ jobs:
34
- uses: jsumners-nr/gha-node-deps-divergent@643628fe0da51ec025e984c4644f17fd9f9e93f6
35
id: deps
36
with:
37
- base-sha: ${{ github.base_ref }}
+ base-sha: ${{ github.base_ref || 'main' }}
38
current-sha: ${{ github.sha }}
39
40
lint:
0 commit comments