Skip to content

Commit 9d49503

Browse files
committed
fix format
1 parent e82c692 commit 9d49503

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build-semconv-daily.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ jobs:
2121
success: ${{ needs.build-dev.result == 'success' }}
2222
repo: open-telemetry/semantic-conventions
2323
secrets:
24-
opentelemetrybot_github_token: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}
24+
opentelemetrybot_github_token:
25+
${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}

.github/workflows/reusable-workflow-notification.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
- name: Open issue or add comment if issue already open
2626
env:
2727
# need to use opentelemetrybot token when opening issues in other repos
28-
GH_TOKEN: ${{ secrets.opentelemetrybot_github_token || secrets.GITHUB_TOKEN }}
28+
GH_TOKEN:
29+
${{ secrets.opentelemetrybot_github_token || secrets.GITHUB_TOKEN }}
2930
run: |
3031
if [ -z "${{ inputs.repo }}" ]; then
3132
repo="$GITHUB_REPOSITORY"

0 commit comments

Comments
 (0)