You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-09 23:07:35 +02:00
Fix contributor workflow (#2226)
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user