try different syntax for env var
This commit is contained in:
4
.github/workflows/export.yml
vendored
4
.github/workflows/export.yml
vendored
@@ -6,5 +6,5 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: export into Game Server
|
||||
run: curl -s https://adam.math.hhu.de/import/trigger/${GITHUB_REPOSITORY} > /dev/null && \
|
||||
echo 'View progress at https://adam.math.hhu.de/import/status/${GITHUB_REPOSITORY}'
|
||||
run: curl -s "https://adam.math.hhu.de/import/trigger/$GITHUB_REPOSITORY" > /dev/null && \
|
||||
echo "View progress at https://adam.math.hhu.de/import/status/$GITHUB_REPOSITORY"
|
||||
|
||||
Reference in New Issue
Block a user