Skip to content

Commit

Permalink
docs: fix unsplash comment on pr branch reference (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholascm authored Aug 23, 2021
1 parent a2d9b1c commit f14253e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
token: ${{ secrets.EXPO_TOKEN }}
- run: yarn install
- run: expo publish --release-channel=pr-${{ github.event.number }}
- uses: unsplash/comment-on-pr@main
- uses: unsplash/comment-on-pr@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit f14253e

Please sign in to comment.