Skip to content

Commit

Permalink
add new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie McBride authored and Charlie McBride committed Nov 9, 2023
1 parent 62f0f0d commit cbcf610
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/commit-status/end/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ runs:
sha: "${{ inputs.git_ref }}",
state: "failure",
target_url: "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}",
});
});
2 changes: 1 addition & 1 deletion .github/actions/commit-status/start/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ runs:
sha: "${{ inputs.git_ref }}",
state: "pending",
target_url: "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}",
});
});
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ jobs:
uses: ./.github/actions/commit-status/end
with:
name: ${{ github.workflow }} / e2e (${{ inputs.suite }})
git_ref: ${{ inputs.git_ref }}
git_ref: ${{ inputs.git_ref }}
2 changes: 1 addition & 1 deletion .github/workflows/resolve-args.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
echo GIT_REF="$(tail -n 1 /tmp/artifacts/metadata.txt)" >> "$GITHUB_OUTPUT"
else
echo GIT_REF="" >> "$GITHUB_OUTPUT"
fi
fi

0 comments on commit cbcf610

Please sign in to comment.