Skip to content

Commit

Permalink
.github/workflows/deploy.yml fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
fb929 committed May 24, 2024
1 parent 8552f16 commit 4a3c0ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,13 @@ jobs:
stand: test
anybotPort: 3002
timerTriggerPort: 3003
if: ${{ github.ref == matrix.branch }}
steps:
- name: 'Checkout GitHub Action'
if: ${{ github.ref == matrix.branch }}
uses: actions/checkout@v2

- name: Set stand variable
if: ${{ github.ref == matrix.branch }}
run: |
echo "STAND=${{ matrix.stand }}" > .env
echo "ANYBOT_PORT=${{ matrix.anybotPort }}" >> .env
Expand Down

0 comments on commit 4a3c0ff

Please sign in to comment.