From eb377587efe3e14e7f4dcad9e9c2cdf8234f88f2 Mon Sep 17 00:00:00 2001 From: Gery Hirschfeld Date: Wed, 28 Feb 2024 15:07:46 +0100 Subject: [PATCH] update ci 19 --- .github/workflows/snapshot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index a11be1b..90af14b 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -47,6 +47,16 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Get Action URL + id: action-url + run: echo "url=https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" >> $GITHUB_OUTPUT + + - name: Create comment + uses: peter-evans/create-or-update-comment@v3 + with: + issue-number: ${{ github.event.issue.number }} + body: | + [🚚 Snapshot ${{ steps.set-version.outputs.version }}](${{ steps.action-url.outputs.url }}) created! # - name: Build # run: npx nx run-many -t build --projects=tag:scope:release