Fix contributor workflow (#2226)

This commit is contained in:
Casper 2021-09-30 00:32:45 +02:00 committed by GitHub
parent 7b4ce69c3f
commit 231af0f26d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,10 @@ jobs:
# The lint workflow is not important for this type of PR, skip it and pretend it was successful: # The lint workflow is not important for this type of PR, skip it and pretend it was successful:
- name: 'Get the latest commit hash from the contributors-update branch' - name: 'Get the latest commit hash from the contributors-update branch'
id: commit-data id: commit-data
run: 'echo "::set-output name=head_sha::$(git rev-parse contributors-update)"' run: |
git pull
git checkout contributors-update
echo "::set-output name=head_sha::$(git rev-parse contributors-update)"
- name: 'Commit Status: Set Lint status to success (skipped)' - name: 'Commit Status: Set Lint status to success (skipped)'
uses: myrotvorets/set-commit-status-action@1.1.4 uses: myrotvorets/set-commit-status-action@1.1.4