Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
denbite committed Aug 15, 2024
1 parent d836d7e commit 9ee2900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
uses: ./.github/workflows/test.yml

deploy-dev:
name: Deploy contract to $NEAR_ACCOUNT_ID
name: Deploy contract to ${{ env.NEAR_ACCOUNT_ID }}
runs-on: ubuntu-latest
environment: $NEAR_ACCOUNT_ID
environment: "${{ env.NEAR_ACCOUNT_ID }}"

steps:
- name: Checkout repository
Expand Down

0 comments on commit 9ee2900

Please sign in to comment.