Home
last modified time | relevance | path

Searched full:git (Results 1 – 3 of 3) sorted by relevance

/hal_intel-latest/.github/workflows/
Dsedi_docs_update.yml21 - name: Git Prepare
24 git config --global user.email "intel_hal@intel.github.com"
25 git config --global user.name "Intel HAL Docs Robot"
26 git fetch
38 git checkout -b ${DOCS_BRANCH} origin/${DOCS_BRANCH}
41 if [[ -n $(git status -s ./${DOCS_DIR_NAME}) ]]; then
42 git add ./${DOCS_DIR_NAME}/
43 git_hash=$(git rev-parse --short "${GITHUB_SHA}")
44 git commit -s -m "Update SEDI docs, triggered by ${git_hash}"
45 git push origin HEAD:${DOCS_BRANCH}
Dcheckpatch.yml29 - name: Set Git Base
32 git fetch origin ${{ github.event.pull_request.base.ref }}
33 echo "checkpatch base is: $(git show FETCH_HEAD --oneline --raw)"
38 git diff --patch FETCH_HEAD | ./checkpatch.pl --no-tree --codespellfile ./spelling.txt -
Diut_zephyr_build.yml26 git config --global --add safe.directory ${GITHUB_WORKSPACE}