Skip to content

Commit

Permalink
Update update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanclevenger91 authored Nov 7, 2021
1 parent f51efb6 commit 7fba716
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: Updater

# Run this workflow twice daily
on:
# schedule:
# - cron: '0 */12 * * *'
schedule:
- cron: '0 */12 * * *'
workflow_dispatch:
inputs:
name:
description: 'yml'
required: false

env:
PACKAGE_SLUG: advanced-custom-fields-pro
PACKAGE_SLUG: kinsta-mu-plugins

jobs:
# Set the job key. The key is displayed as the job name
Expand All @@ -30,7 +30,7 @@ jobs:

# Fetch latest version
- name: Fetch
run: wget 'https://privateplugin.example&k=${{secrets.PLUGIN_KEY}}' -O package.zip
run: wget 'https://kinsta.com/kinsta-tools/kinsta-mu-plugins.zip' -O package.zip

# PHP
- name: 'Setup PHP'
Expand Down

0 comments on commit 7fba716

Please sign in to comment.