We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 168adc4 commit e82ae9eCopy full SHA for e82ae9e
.github/workflows/push_pull.yml
@@ -94,7 +94,7 @@ jobs:
94
steps:
95
- name: 📲 Dispatch APT/DNF build
96
if: ${{ env.SECRET_HYPERION_BOT_TOKEN != null }}
97
- uses: peter-evans/repository-dispatch@v4.0.0
+ uses: peter-evans/repository-dispatch@v4.0.1
98
with:
99
repository: hyperion-project/hyperion.releases-ci
100
token: ${{ secrets.HYPERION_BOT_TOKEN }}
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
14
# Dispatch event to build new HyperBian image
15
- name: 📲 Dispatch HyperBian build
16
17
if: ${{ github.repository_owner == 'hyperion-project'}}
18
19
repository: hyperion-project/HyperBian
0 commit comments