Skip to content

Commit

Permalink
test: updated config
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
kbdharun committed May 3, 2024
1 parent ccd3fea commit 35b7682
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,14 @@ jobs:
bash build-pdf.sh
- name: List files
run: ls -la
run: |
ls -la /language_archives
echo "Next"
ls -ls /scripts/pdf
- uses: actions/attest-build-provenance@v1
with:
subject-path: "${{ github.workspace }}/*.pdf, ${{ github.workspace }}/*.zip"
subject-path: "/language_archives/*, /scripts/pdf/*.pdf"

- name: Deploy
run: bash scripts/deploy.sh
Expand Down
2 changes: 1 addition & 1 deletion pages.hi/common/!.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

- `history` के साथ पाए गए लाइन नंबर के आधार पर एक कमांड के साथ प्रतिस्थापित करें:

`!{{संख्या}}`
`!{{संख्या }}`

- निर्धारित संख्या पंक्तियों के आधार पर एक कमांड को प्रतिस्थापित करें:

Expand Down
2 changes: 1 addition & 1 deletion pages.ta/android/am.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- ஒரு குறிப்பிட்ட செயல்பாட்டைத் தொடங்கவும்:

`am start -n {{com.android.settings/.Settings}}`
`am start -n {{com.android.settings/ .Settings}}`

- ஒரு செயல்பாட்டைத் தொடங்கி, அதற்குத் தரவை அனுப்பவும்:

Expand Down

0 comments on commit 35b7682

Please sign in to comment.