Skip to content

Commit 1fbbbf5

Browse files
authored
Merge branch 'add/examples' into add/documented-example
2 parents 01fadce + ddb5ece commit 1fbbbf5

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

examples/deploy-on-pushing-a-new-tag-and-create-release-with-attached-zip.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ jobs:
2727
with:
2828
files: ${{github.workspace}}/${{ github.event.repository.name }}.zip
2929
env:
30-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31+

examples/deploy-on-pushing-a-new-tag.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ jobs:
1818
env:
1919
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
2020
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
21-
SLUG: my-super-cool-plugin # optional, remove if GitHub repo name matches SVN slug, including capitalization
21+
SLUG: my-super-cool-plugin # optional, remove if GitHub repo name matches SVN slug, including capitalization
22+

0 commit comments

Comments
 (0)