Skip to content

Commit eea11ad

Browse files
authored
Update cla.yml
1 parent b81ffe7 commit eea11ad

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/cla.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
)
2323
|| (github.event.pull_request && !github.event.pull_request.merged)
2424
steps:
25-
- uses: Shopify/shopify-cla-action@9938f4b43524d1cfa7471ce9a803edf226697284 # v1
26-
with:
27-
github-token: ${{ secrets.GITHUB_TOKEN }}
28-
cla-token: ${{ secrets.CLA_TOKEN }}
25+
- name: Runtime context
26+
shell: bash
27+
run: |
28+
set +e
29+
30+
echo "=== RUNTIME CONTEXT ==="

0 commit comments

Comments
 (0)