https://github.com/capawesome-team/cloud-live-update-action

🤖 GitHub Action to deploy a live update to the Capawesome Cloud.

https://github.com/capawesome-team/cloud-live-update-action

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • â—‹
    CITATION.cff file
  • ✓
    codemeta.json file
    Found codemeta.json file
  • ✓
    .zenodo.json file
    Found .zenodo.json file
  • â—‹
    DOI references
  • â—‹
    Academic publication links
  • â—‹
    Committers with academic emails
  • â—‹
    Institutional organization owner
  • â—‹
    JOSS paper metadata
  • â—‹
    Scientific vocabulary similarity
    Low similarity (5.5%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

🤖 GitHub Action to deploy a live update to the Capawesome Cloud.

Basic Info
  • Host: GitHub
  • Owner: capawesome-team
  • License: mit
  • Language: JavaScript
  • Default Branch: main
  • Size: 790 KB
Statistics
  • Stars: 4
  • Watchers: 2
  • Forks: 1
  • Open Issues: 0
  • Releases: 5
Created over 2 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog License

README.md

cloud-live-update-action

GitHub Action to deploy a Capacitor Live Update to the Capawesome Cloud.

Usage

yaml - uses: capawesome-team/cloud-live-update-action@v0.0.7 with: # The Capawesome Cloud app ID. # Required. appId: '' # The channel to deploy the update to. channel: '' # The commit message that the bundle is linked to.' commitMessage: '' # The commit ref that the bundle is linked to. commitRef: '' # The commit SHA that the bundle is linked to. commitSha: '' # The path to the bundle to upload. Must be a folder or zip archive. # Required. path: '' # The Capawesome Cloud API token. # Required. token: ''

Example

yaml name: Deploy Live Update on: push: branches: - main jobs: upload-file: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4 - name: Build web assets run: npm run build - name: Deploy Live Update uses: capawesome-team/cloud-live-update-action@v0.0.7 id: upload-action with: appId: 'addb597c-9cbd-4cdc-bcc0-cd5c2234a03f' channel: 'production-1.0.0' commitMessage: $(git log -1 --pretty=format:"%s") commitRef: ${{ github.head_ref || github.ref_name }} commitSha: ${{ github.sha }} path: 'dist' token: ${{ secrets.CAPAWESOME_TOKEN }}

License

See LICENSE.

Owner

  • Name: Capawesome
  • Login: capawesome-team
  • Kind: organization
  • Email: support@capawesome.io

Capawesome offers enterprise-grade solutions and services designed for teams building cross-platform apps with Capacitor.

GitHub Events

Total
  • Create event: 6
  • Release event: 2
  • Issues event: 5
  • Watch event: 1
  • Delete event: 3
  • Issue comment event: 3
  • Push event: 43
  • Pull request review event: 1
  • Pull request event: 7
Last Year
  • Create event: 6
  • Release event: 2
  • Issues event: 5
  • Watch event: 1
  • Delete event: 3
  • Issue comment event: 3
  • Push event: 43
  • Pull request review event: 1
  • Pull request event: 7

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 26
  • Total Committers: 2
  • Avg Commits per committer: 13.0
  • Development Distribution Score (DDS): 0.038
Past Year
  • Commits: 18
  • Committers: 2
  • Avg Commits per committer: 9.0
  • Development Distribution Score (DDS): 0.056
Top Committers
Name Email Commits
Robin Genz m****l@r****v 25
scp s****p 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 3
  • Total pull requests: 8
  • Average time to close issues: 15 days
  • Average time to close pull requests: about 7 hours
  • Total issue authors: 3
  • Total pull request authors: 2
  • Average comments per issue: 0.67
  • Average comments per pull request: 0.25
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 3
  • Pull requests: 8
  • Average time to close issues: 15 days
  • Average time to close pull requests: about 7 hours
  • Issue authors: 3
  • Pull request authors: 2
  • Average comments per issue: 0.67
  • Average comments per pull request: 0.25
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • scp (1)
  • m4v15 (1)
  • robingenz (1)
Pull Request Authors
  • robingenz (6)
  • scp (2)
Top Labels
Issue Labels
Pull Request Labels
bug/fix (2)

Dependencies

.github/workflows/check-dist.yml actions
  • actions/checkout v4 composite
  • actions/setup-node v4 composite
  • actions/upload-artifact v4 composite
.github/workflows/ci.yml actions
  • ./ * composite
  • actions/checkout v4 composite
  • actions/setup-node v4 composite
action.yml actions
  • dist/index.mjs node20 javascript
package-lock.json npm
  • 475 dependencies
package.json npm
  • @babel/core ^7.23.9 development
  • @babel/preset-env ^7.23.9 development
  • @vercel/ncc ^0.38.1 development
  • commit-and-tag-version ^12.4.0 development
  • prettier ^3.2.4 development
  • @actions/cache ^3.2.3
  • @actions/core ^1.10.1
  • archiver ^7.0.1
  • axios ^1.6.8
  • form-data ^4.0.0