Skip to content

Commit

Permalink
try agian
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpugh committed Mar 21, 2024
1 parent d6ace8a commit a9b610b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ jobs:
- name: Set variables
run: |
echo "
ash_github_runners:
echo "ash_github_runners:
- repo_url: {{ github.repositoryUrl }}
runner_token: {{ secrets.RUNNER_TOKEN }}
runner_name: "ash.pr${{ github.event.number }}"
runner_labels: ci,ash
user: platform
" > vars.ci.yml
cat vars.ci.yml
- name: Build Platform
run: composer dev:start -- --extra-vars=@/usr/share/ash/vars.ci.yml

0 comments on commit a9b610b

Please sign in to comment.