mirror of
https://github.com/PokeAPI/api-data.git
synced 2024-11-25 08:52:31 +01:00
cicd: add missing env
This commit is contained in:
parent
4098c11480
commit
845dd53c41
6
.github/workflows/docker-build.yml
vendored
6
.github/workflows/docker-build.yml
vendored
@ -45,9 +45,13 @@ jobs:
|
||||
- name: Run and test
|
||||
run: (cd updater && bash cmd.bash)
|
||||
env:
|
||||
BRANCH_NAME: updater-bot
|
||||
COMMIT_AND_PUSH: false
|
||||
REPO_POKEAPI: https://github.com/PokeAPI/pokeapi.git
|
||||
COMMIT_EMAIL: ""
|
||||
COMMIT_MESSAGE: "[Updater Bot] Regenerate data"
|
||||
COMMIT_NAME: Updater Bot
|
||||
REPO_DATA: https://github.com/PokeAPI/api-data.git
|
||||
REPO_POKEAPI: https://github.com/PokeAPI/pokeapi.git
|
||||
- name: Image digest and tag
|
||||
run: |
|
||||
echo ${{ steps.docker_build.outputs.digest }}
|
||||
|
Loading…
Reference in New Issue
Block a user