mirror of https://github.com/pret/pokeemerald.git
Allow symbols branch on forks
This commit is contained in:
parent
5098fbf7bb
commit
1860b7682f
|
@ -19,7 +19,7 @@ jobs:
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
|
|
||||||
- name: Checkout syms
|
- name: Checkout syms
|
||||||
if: ${{ github.event_name == 'push' && github.repository_owner == 'pret' }}
|
if: ${{ github.event_name == 'push' }}
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
with:
|
with:
|
||||||
path: symbols
|
path: symbols
|
||||||
|
@ -61,13 +61,13 @@ jobs:
|
||||||
run: sh .github/calcrom/webhook.sh pokeemerald
|
run: sh .github/calcrom/webhook.sh pokeemerald
|
||||||
|
|
||||||
- name: Move symfiles
|
- name: Move symfiles
|
||||||
if: ${{ github.event_name == 'push' && github.repository_owner == 'pret' }}
|
if: ${{ github.event_name == 'push' }}
|
||||||
run: |
|
run: |
|
||||||
cp -v *.sym symbols/
|
cp -v *.sym symbols/
|
||||||
echo "SYMBOLS_COMMIT_MSG=$( git log --format=%s ${GITHUB_SHA} )" >> $GITHUB_ENV
|
echo "SYMBOLS_COMMIT_MSG=$( git log --format=%s ${GITHUB_SHA} )" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Update symfiles
|
- name: Update symfiles
|
||||||
if: ${{ github.event_name == 'push' && github.repository_owner == 'pret' }}
|
if: ${{ github.event_name == 'push' }}
|
||||||
uses: EndBug/add-and-commit@v7
|
uses: EndBug/add-and-commit@v7
|
||||||
with:
|
with:
|
||||||
branch: symbols
|
branch: symbols
|
||||||
|
|
Loading…
Reference in New Issue