We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec16cd commit 003cb57Copy full SHA for 003cb57
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
test:
10
runs-on: ubuntu-24.04
11
steps:
12
- - uses: actions/checkout@v4.
+ - uses: actions/checkout@v4
13
- name: Read MS_PRODUCT_ID
14
run: |
15
echo "${{ secrets.MS_PRODUCT_ID }}" > ms_product_id.txt
0 commit comments