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 e998521 commit da58506Copy full SHA for da58506
action.yml
@@ -2,7 +2,7 @@ name: 'Update Pull Request Description on Push'
2
description: 'GitHub Action that updates the pull request description and title'
3
author: 'Yoshiya Hinosawa'
4
runs:
5
- using: 'node12'
+ using: 'node16'
6
main: 'index.js'
7
pre: 'deps.js'
8
inputs:
0 commit comments