We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcd7999 commit 90559e6Copy full SHA for 90559e6
1 file changed
.github/workflows/compare-ds.yaml
@@ -52,7 +52,7 @@ jobs:
52
sha: ${{ steps.pr_info.outputs.pr_sha }}
53
output: |
54
{"summary":"Compare DS started. Job: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}."}
55
- - name: Checkout forking point ($FORK_POINT)
+ - name: Checkout forking point (${{ steps.pr_info.outputs.fork_point }})
56
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
57
with:
58
repo: ComplianceAsCode/content
0 commit comments