We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1474378 commit 9a85b73Copy full SHA for 9a85b73
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: create a new branch that references commit id
27
run: git checkout -b ${{ github.event.inputs.version_number }} ${{ github.event.inputs.commit_id }}
28
- name: Generate SBOM
29
- uses: FreeRTOS/CI-CD-Github-Actions/sbom-generator@main
+ uses: tony-josi-aws/CI-CD-Github-Actions/sbom-generator@main
30
with:
31
repo_path: ./
32
source_path: ./source
@@ -102,7 +102,7 @@ jobs:
102
runs-on: ubuntu-latest
103
steps:
104
- name: Doxygen generation
105
- uses: FreeRTOS/CI-CD-Github-Actions/doxygen-generation@main
+ uses: tony-josi-aws/CI-CD-Github-Actions/doxygen-generation@main
106
107
ref: ${{ github.event.inputs.version_number }}
108
add_release: "true"
0 commit comments