mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
set event name correctly
This commit is contained in:
parent
3968a1b77a
commit
71dd315ac4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_bench.yml
vendored
2
.github/workflows/build_bench.yml
vendored
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
- name: Build and test
|
||||
uses: docker/bake-action@v1.7.0
|
||||
env:
|
||||
GITHUB_EVENT_NAME: "none"
|
||||
GITHUB_EVENT_NAME: ${{github.event_name}}
|
||||
with:
|
||||
targets: bench-test
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue