Skip to content

Add stellar keys use --clear to clear the default identity. #257

Add stellar keys use --clear to clear the default identity.

Add stellar keys use --clear to clear the default identity. #257

Workflow file for this run

---
name: Action
on:
pull_request:
concurrency:
group:
${{ github.workflow }}-${{ github.ref_protected == 'true' && github.sha ||
github.ref }}-{{ github.event_name }}
cancel-in-progress: true
jobs:
action:
strategy:
matrix:
image: [macos-15, macos-15-intel, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.image }}
steps:
- uses: stellar/stellar-cli@main
with:
version: v23.1.4