mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-05-18 05:15:06 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2daab132aa | ||
|
|
26c5c6b51c |
@@ -1,3 +1,10 @@
|
||||
# [3.9.0](https://github.com/rlespinasse/github-slug-action/compare/v3.8.0...v3.9.0) (2024-01-28)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* use node20 as action run mode ([#138](https://github.com/rlespinasse/github-slug-action/issues/138)) ([26c5c6b](https://github.com/rlespinasse/github-slug-action/commit/26c5c6b51cfc01c811f8a14ddd9d9bcb43948328))
|
||||
|
||||
# [3.8.0](https://github.com/rlespinasse/github-slug-action/compare/v3.7.1...v3.8.0) (2023-10-20)
|
||||
|
||||
|
||||
|
||||
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