We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf9f26 commit 88f0cddCopy full SHA for 88f0cdd
.github/workflows/check-archs-consistency.yml
@@ -15,7 +15,7 @@ on:
15
workflow_dispatch:
16
17
jobs:
18
- if: ${{github.repository == 'software-mansion/react-native-gesture-handler'}}
+ if: github.repository == 'software-mansion/react-native-gesture-handler'
19
20
check:
21
runs-on: ubuntu-latest
.github/workflows/main.yml
@@ -3,7 +3,7 @@ name: Publish to GitHub Pages
3
on:
4
push:
5
branches:
6
- - @akwasniewski/update-gh-pages-workflow
+ - "@akwasniewski/update-gh-pages-workflow"
7
8
9
publish:
0 commit comments