-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from simatic-ax/update_sdk
Update sdk
- Loading branch information
Showing
5 changed files
with
19 additions
and
4 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,4 @@ jobs: | |
|
||
with: | ||
VERSION: ${{ github.ref_name }} | ||
PROJECT_NAME: ae-trafficlight | ||
PROJECT_NAME: ae-trafficlight |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,5 @@ bin | |
obj | ||
tmp | ||
apax-lock.json | ||
TestResult | ||
*.tgz |
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# this files section will be used for the github workflow | ||
# the apax.yml will be created dynamically in the workflow - also the files section | ||
# here you can define the content | ||
|
||
files: | ||
- template | ||
- '!**/.git' | ||
- '!**/.vscode' | ||
- '!**/.github' | ||
- '!**/.gitattributes' | ||
- '!**/.markdownlint.yml' | ||
- '!template/CODEOWNERS' | ||
- '!template/apax-files-section.yml' |
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