We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6632bf0 commit 7872b73Copy full SHA for 7872b73
.github/workflows/coverage.yaml
@@ -49,15 +49,14 @@ jobs:
49
repo: ${{ steps.pr.outputs.repo || github.repository }}
50
base_sha: ${{ steps.pr.outputs.base_sha || github.event.pull_request.base.sha || github.event.before }}
51
steps:
52
- - name: Detect act environment
53
- id: detect_act
54
- uses: Framework-R-D/phlex/.github/actions/detect-act-env@main
55
-
56
- name: Get PR Info
57
if: github.event_name == 'issue_comment'
58
id: pr
59
uses: Framework-R-D/phlex/.github/actions/get-pr-info@main
60
+ - name: Detect act environment
+ id: detect_act
+ uses: Framework-R-D/phlex/.github/actions/detect-act-env@main
61
detect-changes:
62
needs: pre-check
63
if: >
0 commit comments