mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-06-12 01:14:35 +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"
|
name: 'GitHub Slug Action'
|
||||||
description: "GitHub Action to expose slug value of environment variables inside your GitHub workflow"
|
description: 'GitHub Action to expose slug value of environment variables inside your GitHub workflow'
|
||||||
author: 'rlespinasse'
|
author: 'rlespinasse'
|
||||||
runs:
|
runs:
|
||||||
using: 'node16'
|
using: 'node20'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
branding:
|
branding:
|
||||||
icon: "minimize"
|
icon: 'minimize'
|
||||||
color: "blue"
|
color: 'blue'
|
||||||
|
|||||||
Reference in New Issue
Block a user