mirror of
https://github.com/FlipsideCrypto/fsc-evm.git
synced 2026-02-06 14:16:46 +00:00
minimal
This commit is contained in:
parent
4616907118
commit
0c415ebf45
27
.github/workflows/update_fsc_evm_version_minimal.yml
vendored
Normal file
27
.github/workflows/update_fsc_evm_version_minimal.yml
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
name: Update fsc-evm Version Across Repos
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
version:
|
||||
description: 'New fsc-evm version tag (e.g., v4.5.4)'
|
||||
required: true
|
||||
type: string
|
||||
projects:
|
||||
description: 'Comma-separated github_repo names or "all" (default: all)'
|
||||
required: false
|
||||
type: string
|
||||
default: 'all'
|
||||
|
||||
jobs:
|
||||
update-packages:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
echo "Version: ${{ inputs.version }}"
|
||||
echo "Projects: ${{ inputs.projects }}"
|
||||
echo "This is a test"
|
||||
Loading…
Reference in New Issue
Block a user