Skip to content

Commit

Permalink
Update merge-upstream.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWert committed Oct 29, 2023
1 parent 759d8ef commit d4e74c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-upstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- name: Slack notification

Check failure on line 27 in .github/workflows/merge-upstream.yaml

View workflow job for this annotation

GitHub Actions / yamllint

27:5 [indentation] wrong indentation: expected 6 but found 4
env:
SLACK_WEBHOOK: "${{ secrets.OTelSlackChannelWebhook }}"
SLACK_WEBHOOK: ${{ secrets.OTELSLACKCHANNELWEBHOOK }}
SLACK_UNFURL_LINKS: "true"
uses: AlexanderWert/[email protected]
with:
Expand Down

0 comments on commit d4e74c3

Please sign in to comment.