Skip to content

Commit b521c72

Browse files
Merge pull request #24 from PaystackOSS/gertrude-paystack-patch-1
Update deploy.yml
2 parents d9622f1 + f349999 commit b521c72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout code
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v1.3.2
1212
- name: WordPress Plugin Deploy
1313
id: deploy
1414
uses: 10up/action-wordpress-plugin-deploy@stable
@@ -26,4 +26,4 @@ jobs:
2626
upload_url: ${{ github.event.release.upload_url }}
2727
asset_path: ${{ steps.deploy.outputs.zip-path }}
2828
asset_name: ${{ github.event.repository.name }}.zip
29-
asset_content_type: application/zip
29+
asset_content_type: application/zip

0 commit comments

Comments
 (0)