There was an error while loading. Please reload this page.
1 parent b81ffe7 commit eea11adCopy full SHA for eea11ad
1 file changed
.github/workflows/cla.yml
@@ -22,7 +22,9 @@ jobs:
22
)
23
|| (github.event.pull_request && !github.event.pull_request.merged)
24
steps:
25
- - uses: Shopify/shopify-cla-action@9938f4b43524d1cfa7471ce9a803edf226697284 # v1
26
- with:
27
- github-token: ${{ secrets.GITHUB_TOKEN }}
28
- cla-token: ${{ secrets.CLA_TOKEN }}
+ - name: Runtime context
+ shell: bash
+ run: |
+ set +e
29
+
30
+ echo "=== RUNTIME CONTEXT ==="
0 commit comments