Skip to content

Commit

Permalink
Merge pull request #1 from miljodir/trigger
Browse files Browse the repository at this point in the history
Trigger workflows
  • Loading branch information
audunsolemdal authored Nov 29, 2023
2 parents 78bb76c + 4f92b6a commit 91c4595
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ on:
description: "Input metadata for the release"
required: true
type: string

jobs:
tag:
permissions:
packages: write
contents: write
runs-on: ubuntu-latest
name: "Tag Releases"
steps:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/generate-release-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
if: ${{ needs.detect.outputs.directories != '{}' }}
permissions:
contents: write
pull-requests: read
runs-on: ubuntu-latest
strategy:
matrix: "${{ fromJson(needs.detect.outputs.directories) }}"
Expand Down Expand Up @@ -282,9 +283,6 @@ jobs:
- uses: actions/download-artifact@v3
with:
path: outputs
- name: Display structure of downloaded files
run: ls -R
working-directory: outputs

- uses: actions/github-script@v7
with:
Expand Down
6 changes: 3 additions & 3 deletions doc/workflows/create-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->

| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|----------------------------------------------------------------------|--------|----------|---------------|------------------------------------------------------------------------------------|
| <a name="input_payload"></a>[payload](#input_payload) | string | true | | Input metadata for the release |
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|-------------------------------------------------------|--------|----------|---------|--------------------------------|
| <a name="input_payload"></a>[payload](#input_payload) | string | true | | Input metadata for the release |

<!-- AUTO-DOC-INPUT:END -->

Expand Down

0 comments on commit 91c4595

Please sign in to comment.