File tree Expand file tree Collapse file tree 4 files changed +22
-4
lines changed
template/.github/workflows Expand file tree Collapse file tree 4 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 18
18
with :
19
19
persist-credentials : false
20
20
fetch-depth : 0
21
- - uses : stackabletech/actions/run-pre-commit@720110f799cebcd0a3ef85dbc85452a0e996a749 # v0.9.1
21
+ - uses : stackabletech/actions/run-pre-commit@a8610171965bf14e2823a2b213f70ed80ea2425b # v0.9.2
22
22
with :
23
23
python-version : ${{ env.PYTHON_VERSION }}
24
24
hadolint : ${{ env.HADOLINT_VERSION }}
Original file line number Diff line number Diff line change
1
+ # =============
2
+ # This file is automatically generated from the templates in stackabletech/operator-templating
3
+ # DON'T MANUALLY EDIT THIS FILE
4
+ # =============
5
+ ---
6
+ name : Build Operator Image
7
+
8
+ on :
9
+ pull_request
10
+
11
+ jobs :
12
+ blah :
13
+ runs-on : ubuntu-latest
14
+ steps :
15
+ - name : blah
16
+ shell : bash
17
+ run : |
18
+ echo "hello"
Original file line number Diff line number Diff line change 40
40
# TODO: Enable the scheduled runs which hard-code what profile to use
41
41
- name : Run Integration Test
42
42
id : test
43
- uses : stackabletech/actions/run-integration-test@720110f799cebcd0a3ef85dbc85452a0e996a749 # v0.9.1
43
+ uses : stackabletech/actions/run-integration-test@a8610171965bf14e2823a2b213f70ed80ea2425b # v0.9.2
44
44
with :
45
45
replicated-api-token : ${{ secrets.REPLICATED_API_TOKEN }}
46
46
test-mode-input : ${{ inputs.test-mode-input }}
50
50
51
51
- name : Send Notification
52
52
if : ${{ failure() || github.run_attempt > 1 }}
53
- uses : stackabletech/actions/send-slack-notification@720110f799cebcd0a3ef85dbc85452a0e996a749 # v0.9.1
53
+ uses : stackabletech/actions/send-slack-notification@a8610171965bf14e2823a2b213f70ed80ea2425b # v0.9.2
54
54
with :
55
55
slack-token : ${{ secrets.SLACK_INTEGRATION_TEST_TOKEN }}
56
56
failed-tests : ${{ steps.test.outputs.failed-tests }}
Original file line number Diff line number Diff line change 26
26
persist-credentials: false
27
27
submodules: recursive
28
28
fetch-depth: 0
29
- - uses: stackabletech/actions/run-pre-commit@720110f799cebcd0a3ef85dbc85452a0e996a749 # v0.9.1
29
+ - uses: stackabletech/actions/run-pre-commit@a8610171965bf14e2823a2b213f70ed80ea2425b # v0.9.2
30
30
with:
31
31
python-version: ${{ env.PYTHON_VERSION }}
32
32
rust: ${{ env.RUST_TOOLCHAIN_VERSION }}
You can’t perform that action at this time.
0 commit comments