Skip to content

Commit f26dda8

Browse files
committed
Use SHA instead of version in GHA for code samples
1 parent 5dc6daf commit f26dda8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-sample-automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
add-pr-to-project:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/add-to-project@v1
13+
- uses: actions/add-to-project@f5473ace9aeee8b97717b281e26980aa5097023f
1414
with:
1515
project-url: https://github.com/orgs/meilisearch/projects/44
1616
github-token: ${{ secrets.MEILI_BOT_GH_PAT }}

0 commit comments

Comments
 (0)