We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e36ad commit 9df7329Copy full SHA for 9df7329
action.yml
@@ -48,5 +48,6 @@ runs:
48
49
- id: metadata
50
uses: actions/github-script@v5.0.0
51
- script: |
52
- core.setOutput("value", context.runNumber.toString().padStart(4, 0));
+ with:
+ script: |
53
+ core.setOutput("value", context.runNumber.toString().padStart(4, 0));
0 commit comments