Skip to content

Commit 9df7329

Browse files
Update action.yml
1 parent b5e36ad commit 9df7329

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,6 @@ runs:
4848

4949
- id: metadata
5050
uses: actions/github-script@v5.0.0
51-
script: |
52-
core.setOutput("value", context.runNumber.toString().padStart(4, 0));
51+
with:
52+
script: |
53+
core.setOutput("value", context.runNumber.toString().padStart(4, 0));

0 commit comments

Comments
 (0)