Skip to content

Commit

Permalink
doc: fix typo for fingerprint readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kudo committed Sep 22, 2023
1 parent acc171b commit f3deaad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fingerprint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
uses: expo/expo-github-action/preview-build@main
- uses: actions/github-script@v6
if: ${{ github.event_name == 'pull_request' && github.steps.fingerprint.outputs.fingerprint-diff == '[]' }}
if: ${{ github.event_name == 'pull_request' && steps.fingerprint.outputs.fingerprint-diff == '[]' }}
with:
script: |
try {
Expand Down

0 comments on commit f3deaad

Please sign in to comment.