8000 GitHub - linus-amg/uxthings-update-action: use this action to publish a new version string to a specific app
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

linus-amg/uxthings-update-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UXThings Update Action

Update UXThings Application Versions from GitHub Actions. This action allows GitHub events to update UXThings Application versions.

Example

jobs:
  after-deployment:
    runs-on: ubuntu-latest
    steps:
      - name: Update remote Application version
        uses: linus-amg/uxthings-update-action@v0.0.6
        with:
          apiKey: ${{ secrets.UXThingsAPIKey }}
          apiSecret: ${{ secrets.UXThingsAPISecret }}
          newVersion: ${{ github.sha }}

About

use this action to publish a new version string to a specific app

Resources

Stars

Watchers

Forks

Packages

No packages published
0