mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Fix contributor workflow (#2226)
This commit is contained in:
parent
7b4ce69c3f
commit
231af0f26d
5
.github/workflows/contributors.yml
vendored
5
.github/workflows/contributors.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue