Fixed the logics. Do not print errors from C to stderr unless DLITE_P… #164
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI/CD - New updates to 'master' branch | |
on: | |
push: | |
branches: [master] | |
jobs: | |
updates-to-master: | |
name: External | |
uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.8.0 | |
if: github.repository_owner == 'SINTEF' | |
with: | |
# General | |
git_username: DLite Developers | |
git_email: "Team4.0@SINTEF.no" | |
default_repo_branch: master | |
# Update permanent dependencies branch | |
permanent_dependencies_branch: "ci/dependabot-updates" | |
secrets: | |
PAT: ${{ secrets.RELEASE_PAT }} |