Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5abd234cbf | |||
| 751cb5a940 |
@@ -16,7 +16,7 @@ inputs:
|
|||||||
description: 'Repository name with owner. For example, actions/checkout'
|
description: 'Repository name with owner. For example, actions/checkout'
|
||||||
deprecationMessage: 'Use repository instead'
|
deprecationMessage: 'Use repository instead'
|
||||||
runs:
|
runs:
|
||||||
using: node16
|
using: node24
|
||||||
main: dist/index.js
|
main: dist/index.js
|
||||||
post: dist/index.js
|
post: dist/index.js
|
||||||
`;
|
`;
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ inputs:
|
|||||||
description: Repository name with owner. For example, actions/checkout
|
description: Repository name with owner. For example, actions/checkout
|
||||||
default: \${{ github.repository }}
|
default: \${{ github.repository }}
|
||||||
runs:
|
runs:
|
||||||
using: node16
|
using: node24
|
||||||
main: dist/index.js
|
main: dist/index.js
|
||||||
post: dist/index.js
|
post: dist/index.js
|
||||||
`;
|
`;
|
||||||
@@ -231,7 +231,7 @@ inputs:
|
|||||||
description: 📦 Repository 📦 name with owner. For example, actions/checkout
|
description: 📦 Repository 📦 name with owner. For example, actions/checkout
|
||||||
default: \${{ github.repository }}
|
default: \${{ github.repository }}
|
||||||
runs:
|
runs:
|
||||||
using: node16
|
using: node24
|
||||||
main: dist/index.js
|
main: dist/index.js
|
||||||
post: dist/index.js
|
post: dist/index.js
|
||||||
`;
|
`;
|
||||||
|
|||||||
Reference in New Issue
Block a user