Skip to content

Commit

Permalink
move data var
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonEverling committed Feb 9, 2024
1 parent 9135b76 commit de668e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
docker push bshp/ocie:${{env.BETA_CHANNEL}}
- name: Dispatch Events
run: |
data="main";
inheritees="apache2,ezproxy,mantis,unifi";
for inheritee in ${inheritees//,/ };do
echo "Sending event to [ bshp/${inheritee} ]";
data="main";
if [[ "${inheritee}" == "apache2" ]];then
data="master";
fi;
Expand Down

0 comments on commit de668e1

Please sign in to comment.