diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-12-04 12:06:42 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-12-04 12:06:42 +0100 |
commit | 1831dd533f0e45bf7cf2415893208026d3b3d5bc (patch) | |
tree | c79b62b58b7a07f9aa86632d63466dcf6a5075ec /.github/workflows | |
parent | f9a000c1175df4ce95dc5e9516164271db0d6f5c (diff) |
cd: set sponsor minimum
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/cd.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index aa7a220..a421f56 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -57,6 +57,7 @@ jobs: with: token: ${{secrets.PAT}} file: 'README.md' + minimum: 500 - name: '[commit changes]' run: | |