mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-06-12 01:14:35 +00:00
feat: use node16 as action run mode
This commit is contained in:
committed by
GitHub
parent
ae2f6b069b
commit
7bf92d88ff
@@ -2,7 +2,7 @@ name: "GitHub Slug Action"
|
||||
description: "GitHub Action to expose slug value of environment variables inside your GitHub workflow"
|
||||
author: 'rlespinasse'
|
||||
runs:
|
||||
using: 'node12'
|
||||
using: 'node16'
|
||||
main: 'dist/index.js'
|
||||
branding:
|
||||
icon: "minimize"
|
||||
|
||||
Reference in New Issue
Block a user