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 be70018 commit eb1f84eCopy full SHA for eb1f84e
.github/workflows/ci.yaml
@@ -41,7 +41,7 @@ jobs:
41
pages: write
42
runs-on: ubuntu-latest
43
needs: ci
44
- if: ${{ github.ref == 'refs/heads/main' && github.action_repository == 'unicornpkg/libunicornpkg' }}
+ if: ${{ github.ref == 'refs/heads/main' && github.repository == 'unicornpkg/libunicornpkg' }}
45
steps:
46
- name: Deploy to GitHub Pages
47
id: deployment
0 commit comments