Skip to content

Commit

Permalink
ci: fix CLA signature workflow (GT4SD#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisborn authored and georgosgeorgos committed Jun 15, 2022
1 parent a11e8ac commit d1e0670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cla-signature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Adding user to contributors
run: |
echo Signature by ${{ github.event.issue.user.login }}
git clone ${{ github.repositoryUrl }} --branch main --single-branch gt4sd-core-main
git clone https://github.com/GT4SD/gt4sd-core.git --branch main --single-branch gt4sd-core-main
cd gt4sd-core-main
previous_commit_hash=$(git rev-parse HEAD | cut -c 1-8)
echo $(jq '.contributors |= (. + ["${{ github.event.issue.user.login }}"] | unique)' .clabot) > .clabot
Expand Down

0 comments on commit d1e0670

Please sign in to comment.