Skip to content

Commit

Permalink
action enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
dzekicb committed Nov 8, 2024
1 parent acd16d7 commit caaaf47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-vnet-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cache: 'npm'

- name: Setup Virtual TestNet
uses: Tenderly/[email protected].4b
uses: Tenderly/[email protected].5
with:
access_key: ${{ secrets.TENDERLY_ACCESS_KEY }}
project_name: ${{ vars.TENDERLY_PROJECT_NAME }}
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
cache: 'npm'

- name: Setup Virtual TestNet
uses: Tenderly/[email protected].4b
uses: Tenderly/[email protected].5
with:
access_key: ${{ secrets.TENDERLY_ACCESS_KEY }}
project_name: ${{ vars.TENDERLY_PROJECT_NAME }}
Expand Down
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ inputs:
state_sync:
description: 'State Sync enables you to access the latest values of storage slots and account balances'
required: false
default: false
default: 'false'
public_explorer:
description: 'Public explorer option generates a public URL that you can share with anyone and allow them to view transactional activity on your TestNet'
required: false
default: false
default: 'false'
verification_visibility:
description: 'If Public Explorer is enabled, level of visibility for smart contracts deployed on your TestNet'
required: false
default: bytecode
default: 'bytecode'

runs:
using: 'node20'
Expand Down

0 comments on commit caaaf47

Please sign in to comment.