Skip to content

Commit

Permalink
Merge pull request #121 from Leukocyte-Lab/fix_ai_summary_trigger_ste…
Browse files Browse the repository at this point in the history
…ps_2

fix(ci): ai-summary trigger, version parameter
  • Loading branch information
knowlet authored Feb 5, 2024
2 parents f8ddfad + 44187dd commit 1a22784
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,3 @@ jobs:
with:
repository: Leukocyte-Lab/AGH2-Manifest
token: ${{ secrets.GH_TOKEN }}
- name: dump .version.json
id: versions
run: |
VERSION=$(cat .version.json)
echo "::set-output name=version::${VERSION}"
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Dump .version.json
id: versions
run: |
VERSION=$(cat .version.json)
echo "::set-output name=version::${VERSION}"
- name: Invoke workflow Update ArgusHack in Leukocyte-Lab/ArgusHack2
run: |
echo '{"version": ${{ toJson(steps.versions.outputs.version) }}}' | gh workflow -R Leukocyte-Lab/ArgusHack2 run agh2-update.yml -r develop --json
Expand Down

0 comments on commit 1a22784

Please sign in to comment.