mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-05-17 18:35:07 +00:00
feat: use node20 as action run mode (#138)
This commit is contained in:
committed by
GitHub
parent
4a00c29bc1
commit
26c5c6b51c
10
action.yml
10
action.yml
@@ -1,9 +1,9 @@
|
||||
name: "GitHub Slug Action"
|
||||
description: "GitHub Action to expose slug value of environment variables inside your GitHub workflow"
|
||||
name: 'GitHub Slug Action'
|
||||
description: 'GitHub Action to expose slug value of environment variables inside your GitHub workflow'
|
||||
author: 'rlespinasse'
|
||||
runs:
|
||||
using: 'node16'
|
||||
using: 'node20'
|
||||
main: 'dist/index.js'
|
||||
branding:
|
||||
icon: "minimize"
|
||||
color: "blue"
|
||||
icon: 'minimize'
|
||||
color: 'blue'
|
||||
|
||||
Reference in New Issue
Block a user