mirror of
https://github.com/mtkennerly/dunamai-action.git
synced 2025-06-20 22:31:08 +00:00
#2: Rewrite as a composite action
This commit is contained in:
parent
1a3a67c1e5
commit
6708a62e85
9 changed files with 68 additions and 3088 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue