Sha256: cdd9188f0f93f30b978d6777be2e111db3dade52da51ca671676460fae9d4e77
Contents?: true
Size: 455 Bytes
Versions: 1
Compression:
Stored size: 455 Bytes
Contents
name: Daily update on: schedule: - cron: 0 0 * * * jobs: build: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - uses: actions/setup-ruby@v1 - name: bundle and run rake update run: | bundle install --jobs 4 --retry 3 bundle exec rake update_donation_unit - uses: mikeal/publish-to-github-action@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH_NAME: 'main'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
einvoice-1.2.22 | .github/workflows/cron.yml |