try different syntax for env var

This commit is contained in:
Alexander Bentkamp
2023-05-05 11:44:33 +02:00
parent d057043af3
commit fc6a577747

View File

@@ -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"