Skip to content

Commit f03c98e

Browse files
committed
chore: Add name to new ci job
1 parent c4510ac commit f03c98e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ jobs:
6666
COMMIT_SHA=$(git rev-parse --short ${{ github.event.pull_request.head.sha || github.event.head_commit.id || env.HEAD_COMMIT }})
6767
echo "COMMIT_SHA=$COMMIT_SHA" >> $GITHUB_ENV
6868
echo "COMMIT_MESSAGE=$(git log -n 1 --pretty=format:%s $COMMIT_SHA)" >> $GITHUB_ENV
69-
- uses: getsentry/[email protected]
69+
- name: Determine changed packages
70+
uses: getsentry/[email protected]
7071
id: changed
7172
with:
7273
filters: |

0 commit comments

Comments
 (0)