We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef25ac4 commit 184f0f2Copy full SHA for 184f0f2
.github/workflows/on-droneci-complete.yml
@@ -18,7 +18,7 @@ jobs:
18
# uses: ./.github/workflows/cms-followup.yml
19
steps:
20
- run: |
21
- echo "Triggered by Drone commit: ${{ inputs.github_sha }} on branch ${{ github.ref }}"
+ echo "Triggered by Drone, on commit: ${{ inputs.github_sha }} on branch ${{ github.ref }}"
22
echo "This step should succeed"
23
true
24
@@ -40,7 +40,7 @@ jobs:
40
# uses: ./.github/workflows/k8s-followup.yml
41
42
43
44
echo "This step should fail"
45
false
46
0 commit comments