Merge pull request '..................' (#78) from develop-7 into master
Bump version / build (push) Failing after 12s Details
build-develop-branch / build-branch (push) Has been skipped Details
convert-to-xml / deploy (push) Failing after 20s Details
convert-to-yml / develop-branch (push) Has been skipped Details

Reviewed-on: #78
This commit is contained in:
giles 2023-10-21 23:47:50 +00:00
commit 272b6bfbe3
1 changed files with 4 additions and 4 deletions

View File

@ -2,10 +2,10 @@ name: convert-to-xml
run-name: ${{ github.actor }} is learning GitHub Actions
on:
push:
branches:
- master
tags:
- '*'
jobs:
format-branch:
deploy:
runs-on: ubuntu-latest
steps:
- uses: RouxAntoine/checkout@v3.5.4
@ -28,4 +28,4 @@ jobs:
git config --global user.email "username@users.noreply.github.com"
git add -A
git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} yml files converted to xml"
git push -f origin HEAD:deployed
git push origin HEAD:deployed-${{ github.ref_name }}