Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-hek committed Sep 25, 2023
1 parent b259757 commit 055a23e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/update-packages-list2.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
name: Update packages list
on:
schedule:
- cron: '0 0 1 1-12/3 *' # Run every three months
- cron: '0 0 1 1-12/1 *' # Run every month
push:
branches:
- main
paths:
- .github/workflows/license.yml
- update-action
workflow_dispatch: {}

jobs:
test:
runs-on: elixir
runs-on: ubuntu-latest
name: Update packages list in README
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.BOT_TOKEN }}
- name: Update packages list
using: 'docker'
image: 'elixir'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit 055a23e

Please sign in to comment.