Merge branch 'skip_git_pull-1' into skip_git_pull
commit
f7c266a578
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue