Compare commits
7 Commits
0.2.0
...
f7ecd0a562
| Author | SHA1 | Date | |
|---|---|---|---|
| f7ecd0a562 | |||
| d658186b7d | |||
| a10aece4c3 | |||
| 38c1bbd8ba | |||
| 47a1c635cf | |||
| f386e2570d | |||
| 3925c92fc3 |
@@ -10,12 +10,12 @@ jobs:
|
|||||||
name: Release
|
name: Release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Increment tag
|
- name: Increment tag
|
||||||
id: tag
|
id: tag
|
||||||
uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@8d27605e8e6b2990e92e5aa75d703e602b8c4b2a # 0.1.28
|
uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@e393dbb067c09fd43519392572ccf63b66cba92d # 0.1.39
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITEA_TOKEN }}
|
token: ${{ secrets.GITEA_TOKEN }}
|
||||||
- name: Push tag
|
- name: Push tag
|
||||||
|
|||||||
@@ -8,9 +8,9 @@ jobs:
|
|||||||
name: Test get-repo-name
|
name: Test get-repo-name
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||||
- id: repo
|
- id: repo
|
||||||
uses: ./get-repo-name
|
uses: ./get-repo-name
|
||||||
- run: |
|
- run: |
|
||||||
test "${{ steps.repo.outputs.name }}" = "actions" || (echo "Expected repo name 'actions', got '${{ steps.repo.outputs.name }}'" && exit 1)
|
test "${{ steps.repo.outputs.name }}" = "actions" || (echo "Expected repo name 'actions', got '${{ steps.repo.outputs.name }}'" && exit 1)
|
||||||
- run: echo "Original repository name is ${{ GITEA_REPOSITORY }}"
|
- run: echo "Original repository name is ${{ GITEA_REPOSITORY }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user