Skip to content

Commit 184f0f2

Browse files
committed
small change to check if "on" is there
1 parent ef25ac4 commit 184f0f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on-droneci-complete.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# uses: ./.github/workflows/cms-followup.yml
1919
steps:
2020
- run: |
21-
echo "Triggered by Drone commit: ${{ inputs.github_sha }} on branch ${{ github.ref }}"
21+
echo "Triggered by Drone, on commit: ${{ inputs.github_sha }} on branch ${{ github.ref }}"
2222
echo "This step should succeed"
2323
true
2424
@@ -40,7 +40,7 @@ jobs:
4040
# uses: ./.github/workflows/k8s-followup.yml
4141
steps:
4242
- run: |
43-
echo "Triggered by Drone commit: ${{ inputs.github_sha }} on branch ${{ github.ref }}"
43+
echo "Triggered by Drone, on commit: ${{ inputs.github_sha }} on branch ${{ github.ref }}"
4444
echo "This step should fail"
4545
false
4646

0 commit comments

Comments
 (0)