Skip to content

Commit

Permalink
ci: updating actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nishaq503 committed Jul 16, 2024
1 parent 42a8713 commit 1515a9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/tool-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,14 @@ env:

on:
workflow_dispatch:
inputs:
num-commits:
description: "The of commits to check for updated packages. If 0, the action will check all commits on the branch. For any larger value, the action will check the last n commits for any updated packages."
required: true
default: 1
type: number
ignore-missing-dev:
description: "If true, the action will ignore packages that do not have a dev version. Otherwise, the action will fail if any package does not have a dev version."
required: true
default: true
type: boolean

permissions:
contents: write

jobs:
tools-release:
name: Call workflow from image-tools
name: Tool Release
uses: polusai/image-tools/.github/workflows/package-release.yml@master
with:
num-commits: ${{ github.event.inputs.num-commits }}
ignore-missing-dev: ${{ github.event.inputs.ignore-missing-dev }}
repo_name: "tabular-tools"
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/tool-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ permissions:

jobs:
tools-tests:
name: Call workflow from image-tools
name: Tool Tests
uses: polusai/image-tools/.github/workflows/package-tests.yml@master

0 comments on commit 1515a9a

Please sign in to comment.