We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee027d commit 1684bedCopy full SHA for 1684bed
.github/workflows/ocwm-creator.yml
@@ -82,6 +82,7 @@ jobs:
82
run: npm install @octokit/[email protected]
83
84
- name: Update Issue Body
85
+ if: steps.check-third-tuesday.outputs.is-third-tuesday == 'true'
86
uses: actions/github-script@v7
87
env:
88
MY_TOKEN: ${{ steps.get_workflow_token.outputs.token }}
0 commit comments