File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- uses : actions/checkout@v4
26
- - uses : abatilo/actions-poetry@v2.1.4
26
+ - uses : abatilo/actions-poetry@v2.4.0
27
27
- run : |
28
28
app_name="${{ github.event.inputs.app_name }}"
29
29
maintainer="${{ github.event.inputs.maintainer }}"
@@ -35,13 +35,13 @@ jobs:
35
35
if [[ -z "${maintainer}" ]]
36
36
then
37
37
maintainer="${{ github.actor }}"
38
- echo "::notice::app name determined to be ${maintainer}"
38
+ echo "::notice::app maintainer determined to be ${maintainer}"
39
39
fi
40
40
python scripts/finalize-template.py \
41
41
--app-name ${app_name} --maintainer ${maintainer}
42
42
rm .github/workflows/finalize-template.yaml
43
43
- name : Create Pull Request
44
- uses : peter-evans/create-pull-request@v4 .0.4
44
+ uses : peter-evans/create-pull-request@v7 .0.5
45
45
with :
46
46
token : ${{ secrets.ACTIONS_PAT }}
47
47
branch : finalize-template
You can’t perform that action at this time.
0 commit comments