Skip to content

Commit

Permalink
.github/workflows/add-label-when-promoted.yaml: add missing run com…
Browse files Browse the repository at this point in the history
…mand

In #572 `run: echo
"$GITHUB_CONTEXT"` line removed by mistake causing the workflow to fail

Adding it back
  • Loading branch information
yaronkaikov committed Jan 5, 2025
1 parent 3d7c7b4 commit c0a77c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/add-label-when-promoted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- name: Checkout repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit c0a77c3

Please sign in to comment.