Merge branch 'skip_git_pull-1' into skip_git_pull

releases/v3
apr-1985 2021-11-17 10:21:18 +00:00 committed by GitHub
commit f7c266a578
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,8 @@
name: 'Test the action' name: 'Test the action'
on: on:
push:
branches:
- skip_git_pull-1
pull_request: pull_request:
branches: branches:
- master - master
@ -126,6 +129,7 @@ jobs:
- run: git tag | xargs git tag -d - run: git tag | xargs git tag -d
- name: Create fake tag - name: Create fake tag
run: "git tag -a 'v0.55.8' -m 'v0.55.8'" run: "git tag -a 'v0.55.8' -m 'v0.55.8'"
- run: "echo 'askjfhsadjkfh' > banana.txt"
- run: "git add . && git commit -m 'fix: Added fake file so version will be bumped'" - run: "git add . && git commit -m 'fix: Added fake file so version will be bumped'"
- name: Generate changelog - name: Generate changelog
@ -138,7 +142,7 @@ jobs:
with: with:
github-token: ${{ secrets.github_token }} github-token: ${{ secrets.github_token }}
skip-commit: 'true' skip-commit: 'true'
test-git-no-pull: test-git-no-pull:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -155,6 +159,7 @@ jobs:
- run: git tag | xargs git tag -d - run: git tag | xargs git tag -d
- name: Create fake tag - name: Create fake tag
run: "git tag -a 'v0.55.8' -m 'v0.55.8'" run: "git tag -a 'v0.55.8' -m 'v0.55.8'"
- run: "echo 'askjfhsadjkfh' > banana.txt"
- run: "git add . && git commit -m 'fix: Added fake file so version will be bumped'" - run: "git add . && git commit -m 'fix: Added fake file so version will be bumped'"
- name: Generate changelog - name: Generate changelog