more test

This commit is contained in:
Alexander Bentkamp
2023-05-05 12:02:51 +02:00
parent a597f64a49
commit 8b1cbb25c3

View File

@@ -6,9 +6,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: View Progress
run: echo "$GITHUB_REPOSITORY ${{GITHUB_REPOSITORY}}"
run: echo "$env.GITHUB_REPOSITORY ${{env.GITHUB_REPOSITORY}}"
- name: View Progress
run: echo $GITHUB_REPOSITORY${{GITHUB_REPOSITORY}}
run: echo $env.GITHUB_REPOSITORY${{env.GITHUB_REPOSITORY}}
- name: Export into Game Server
uses: fjogeleit/http-request-action@v1
with: