Lines Matching full:github
32 # Currently FreeRTOS/.github/scripts houses the release script. Download it for upcoming usage
48 git config --global user.name ${{ github.actor }}
49 git config --global user.email ${{ github.actor }}@users.noreply.github.com
54 … git checkout -b ${{ github.event.inputs.version_number }} ${{ github.event.inputs.commit_id }}
60 pip install -r ./tools/.github/scripts/release-requirements.txt
61 …github/scripts/update_src_version.py FreeRTOS --kernel-repo-path=local_kernel --kernel-commit=${{ …
69 ./.github/scripts/manifest_updater.py -v ${{ github.event.inputs.version_number }}
77 git push -u origin ${{ github.event.inputs.version_number }}
80 uses: FreeRTOS/CI-CD-Github-Actions/sbom-generator@main
90 git push -u origin ${{ github.event.inputs.version_number }}
96 pip install -r ./tools/.github/scripts/release-requirements.txt
97 …github/scripts/release.py ${{ github.repository_owner }} --kernel-repo-path=local_kernel --kernel-…
106 git push -u origin --delete ${{ github.event.inputs.version_number }}