mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 10:17:22 +01:00
Test different action.
This commit is contained in:
parent
49f1f7020f
commit
a1e9c44697
2 changed files with 2 additions and 2 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -77,6 +77,7 @@ jobs:
|
||||||
|
|
||||||
git fetch origin master
|
git fetch origin master
|
||||||
git fetch origin test
|
git fetch origin test
|
||||||
|
git branch -f test ${{ github.sha }}
|
||||||
git checkout master
|
git checkout master
|
||||||
git add repo.json
|
git add repo.json
|
||||||
git commit -m "[CI] Updating repo.json for ${{ github.ref }}" || true
|
git commit -m "[CI] Updating repo.json for ${{ github.ref }}" || true
|
||||||
|
|
|
||||||
3
.github/workflows/test_release.yml
vendored
3
.github/workflows/test_release.yml
vendored
|
|
@ -77,9 +77,8 @@ jobs:
|
||||||
git config --global user.name "Actions User"
|
git config --global user.name "Actions User"
|
||||||
git config --global user.email "actions@github.com"
|
git config --global user.email "actions@github.com"
|
||||||
|
|
||||||
git fetch origin master
|
|
||||||
git fetch origin test
|
git fetch origin test
|
||||||
git branch -f test origin/master
|
git branch -f test ${{ github.sha }}
|
||||||
git checkout test
|
git checkout test
|
||||||
git add repo.json
|
git add repo.json
|
||||||
git commit -m "[CI] Updating repo.json for ${{ github.ref }}" || true
|
git commit -m "[CI] Updating repo.json for ${{ github.ref }}" || true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue