Commit a9cc6fd
authored
fix: implementation of dynamic python version (#37)
This PR introduces new optional parameter to the action to control the
version of Python used across testing environments.
Related app-of-apps PR:
splunk/ta-automation-app-of-apps#29
Tests:
https://github.com/splunk/splunk-add-on-for-microsoft-office-365/actions/runs/16443769270
Backward compatibility tests:
splunk/splunk-add-on-for-google-workspace#634
Note:
This change is not affecting current workflows execution and can be
safely used with already released reusable workflow versions.1 parent 89ae6f1 commit a9cc6fd
2 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
82 | 86 | | |
83 | 87 | | |
84 | 88 | | |
85 | 89 | | |
86 | 90 | | |
87 | | - | |
| 91 | + | |
88 | 92 | | |
89 | 93 | | |
90 | 94 | | |
| |||
104 | 108 | | |
105 | 109 | | |
106 | 110 | | |
| 111 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
0 commit comments