fix calling task

This commit is contained in:
Felix Lohmeier 2021-07-14 22:03:24 +02:00 committed by GitHub
parent 965f82b2de
commit 5d474b5dfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -14,13 +14,13 @@ jobs:
sudo apt-get install ./task_linux_amd64.deb && rm task_linux_amd64.deb
- name: install OpenRefine and openrefine-client
run: task install
- name: run task
run: task $GITHUB_JOB
- name: run task $GITHUB_JOB
run: task "$GITHUB_JOB:main"
- uses: actions/upload-artifact@v2
if: always()
with:
name: OpenRefine project(s)
path: $GITHUB_JOB/$GITHUB_JOB.openrefine.tar.gz
path: "$GITHUB_JOB/$GITHUB_JOB.openrefine.tar.gz"
- name: commit and push if output changed
run: |-
git config user.name "Automated"