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.
if
1 parent 80da133 commit 48c3f34Copy full SHA for 48c3f34
.github/workflows/sponsors.yml
@@ -7,6 +7,7 @@ on:
7
jobs:
8
deploy:
9
runs-on: ubuntu-latest
10
+ if: ${{ github.repository == 'jesseduffield/lazygit' }}
11
steps:
12
- name: Checkout 🛎️
13
uses: actions/checkout@v4
@@ -16,7 +17,6 @@ jobs:
16
17
with:
18
token: ${{ secrets.SPONSORS_TOKEN }}
19
file: "README.md"
- if: ${{ github.repository == 'jesseduffield/lazygit' }}
20
21
- name: Create Pull Request 🚀
22
uses: peter-evans/create-pull-request@v6
0 commit comments