#2: Rewrite as a composite action

This commit is contained in:
mtkennerly 2023-03-28 15:38:58 +08:00
parent 1a3a67c1e5
commit 6708a62e85
No known key found for this signature in database
GPG key ID: E764BE00BE6E6408
9 changed files with 68 additions and 3088 deletions

View file

@ -30,6 +30,10 @@ inputs:
outputs:
version:
description: The dynamic version.
value: ${{ steps.main.outputs.version }}
runs:
using: node16
main: public/index.js
using: composite
steps:
- id: main
shell: bash
run: python ${{ github.action_path }}/action.py