Lines Matching full:git
22 - name: Configure git identity
24 git config --global user.name ${{ github.actor }}
25 git config --global user.email ${{ github.actor }}@users.noreply.github.com
27 …run: git checkout -b ${{ github.event.inputs.version_number }} ${{ github.event.inputs.commit_id }}
35 git add .
36 git commit -m 'Update SBOM'
37 git push -u origin ${{ github.event.inputs.version_number }}
40 …git tag ${{ github.event.inputs.version_number }} -a -m "FreeRTOS-Plus-TCP Library ${{ github.even…
41 git push origin --tags
44 git tag -d ${{ github.event.inputs.version_number }}
45 git remote update
46 git checkout tags/${{ github.event.inputs.version_number }}
47 … git diff ${{ github.event.inputs.commit_id }} tags/${{ github.event.inputs.version_number }}
64 git submodule update --init --checkout --recursive
67 …ip -r FreeRTOS-Plus-TCP-${{ github.event.inputs.version_number }}.zip FreeRTOS-Plus-TCP -x "*.git*"
76 …diff -r -x "*.git*" FreeRTOS-Plus-TCP-${{ github.event.inputs.version_number }}/FreeRTOS-Plus-TCP/…