diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 09168212..563ec0aa 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -13,12 +13,12 @@ jobs: strategy: fail-fast: false steps: - - name: Setup tailscale - uses: tailscale/github-action@v2 - with: - oauth-client-id: ${{ SECRETS.CI_TS_OAUTH_CLIENT_ID }} - oauth-secret: ${{ SECRETS.CI_TS_OAUTH_SECRET }} - tags: tag:ci + - name: Setup Tailscale + uses: tailscale/github-action@v2 + with: + oauth-client-id: ${{ SECRETS.CI_TS_OAUTH_CLIENT_ID }} + oauth-secret: ${{ SECRETS.CI_TS_OAUTH_SECRET }} + tags: tag:ci - name: Ping stage run: | - curl -X POST "${{ SECRETS.LL_STAGE_URL }}/game/v2/session/guest" -H "Content-Type: application/json" -d "{\"game_key\": \"dev_dc52acb52a8b49be81761e709f1df9fd\", \"game_version\": \"0.10.0.0\"}" \ No newline at end of file + curl -X POST "${{ SECRETS.LL_STAGE_URL }}/game/v2/session/guest" -H "Content-Type: application/json" -d "{\"game_key\": \"dev_dc52acb52a8b49be81761e709f1df9fd\", \"game_version\": \"0.10.0.0\"}"