Skip to content

Commit

Permalink
Clean up formatting and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexs-mparticle committed Jan 9, 2024
1 parent 953990e commit 58e7c3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/staging-step-2.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Staging Release - Step 2: Publish SDK Release to Release Order Branch"
name: 'Staging Release - Step 2: Publish SDK Release to Release Order Branch'

on:
workflow_dispatch:
Expand Down Expand Up @@ -45,4 +45,4 @@ jobs:
- name: Push to ${{ github.event.inputs.releaseOrderBranch }}
if: ${{ github.event.inputs.dryRun == 'false' }}
run: |
git push origin HEAD:${{ github.event.inputs.releaseOrderBranch }}
git push origin HEAD:${{ github.event.inputs.releaseOrderBranch }}

0 comments on commit 58e7c3f

Please sign in to comment.