ci: use var as placeholder

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto 2024-08-06 09:07:07 +02:00
parent f9ddc31b77
commit c53196e197
2 changed files with 3 additions and 3 deletions

View file

@ -45,7 +45,7 @@ jobs:
bash .github/bump_deps.sh ${{ matrix.repository }} ${{ matrix.branch }} ${{ matrix.variable }}
{
echo 'message<<EOF'
cat "${{ matrix.repository }}_message.txt"
cat "${{ matrix.variable }}_message.txt"
echo EOF
} >> "$GITHUB_OUTPUT"
- name: Create Pull Request