File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 88 - uses : actions/checkout@v5
99 - uses : actions/setup-node@v6
1010 with :
11- node-version : 16 .x
11+ node-version : 24 .x
1212 - run : npm ci
1313 - run : npm run lint
1414 - run : npm run test
Original file line number Diff line number Diff line change 1- name : ' publiccode.yml bot'
2- description : ' The bot automating the publiccodeyml organization procedures'
1+ name : " publiccode.yml bot"
2+ description : " The bot automating the publiccodeyml organization procedures"
33
44inputs :
55 github_token :
6- description : ' GITHUB_TOKEN'
6+ description : " GITHUB_TOKEN"
77 required : false
8- default : ' ${{ github.token }}'
8+ default : " ${{ github.token }}"
99 username :
1010 description : The username of the bot
1111 required : false
1212 default : bot
1313
1414runs :
15- using : ' node16 '
16- main : ' dist/index.js'
15+ using : node24
16+ main : " dist/index.js"
1717
1818branding :
19- icon : ' activity'
20- color : ' white'
19+ icon : " activity"
20+ color : " white"
You can’t perform that action at this time.
0 commit comments