Add js_action.yaml

This commit is contained in:
Hang Cui
2025-10-22 15:40:45 -07:00
parent b09b3e038f
commit a36f405466
526 changed files with 191767 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
name: Custom JS Action
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Run Custom Action
uses: ./.gitea/actions/js-action
with:
name: 'Hang'
id: custom-action
- name: Print Processed Name
run: |
echo "Processed Name: ${{ steps.custom-action.outputs.processed-name }}"
echo "Workdir from js_action.yaml"
ls -la