We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75bc7c7 commit 6b9579aCopy full SHA for 6b9579a
.github/workflows/assign-milestone-on-close.yml
@@ -21,12 +21,12 @@ jobs:
21
id: payload-content
22
uses: actions/github-script@v7
23
with:
24
- script: return JSON.stringify(context.payload);
25
- result-encoding: string
26
- - name: Print payload content
27
- id: print-payload
28
- run: |
29
- echo "${{steps.get-payload.outputs.result}}" >> payload.txt
+ script: console.log(JSON.stringify(context.payload));
+ # result-encoding: string
+ # - name: Print payload content
+ # id: print-payload
+ # run: |
+ # echo "${{steps.get-payload.outputs.result}}" >> payload.txt
30
- name: Check if milestone is set
31
id: check-milestone
32
0 commit comments