Skip to content
Snippets Groups Projects
Unverified Commit df8ca78e authored by Vitalii Koshura's avatar Vitalii Koshura
Browse files

[ci] update actions

parent a9861bb6
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ jobs: ...@@ -45,7 +45,7 @@ jobs:
echo "PR_REQUIRED=$?" >> $GITHUB_ENV echo "PR_REQUIRED=$?" >> $GITHUB_ENV
- name: Create PR - name: Create PR
if: ${{ success() && env.PR_REQUIRED == 1 }} if: ${{ success() && env.PR_REQUIRED == 1 }}
uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
with: with:
commit-message: Update all_projects_list.xml commit-message: Update all_projects_list.xml
title: Update all_projects_list.xml title: Update all_projects_list.xml
......
...@@ -45,7 +45,7 @@ jobs: ...@@ -45,7 +45,7 @@ jobs:
echo "PR_REQUIRED=$?" >> $GITHUB_ENV echo "PR_REQUIRED=$?" >> $GITHUB_ENV
- name: Create PR - name: Create PR
if: ${{ success() && env.PR_REQUIRED == 1 }} if: ${{ success() && env.PR_REQUIRED == 1 }}
uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
with: with:
commit-message: Update copyright year commit-message: Update copyright year
title: Update copyright year title: Update copyright year
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment