Skip to content

Commit cacd5f6

Browse files
chore(deps): update actions/github-script digest to f28e40c
1 parent 6221c92 commit cacd5f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191

9292
# extract the app name out of the tag's ref value
9393
- id: get-app-name
94-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
94+
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
9595
with:
9696
script: |
9797
const appName = context.ref.match(/refs\/tags\/([a-z\-]+)\/v\S+$/)[1]

0 commit comments

Comments
 (0)