Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
JadenSimon committed Jan 7, 2025
1 parent d5f41fe commit b692910
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline-step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
- uses: Cohesible/get-credentials-action@09824e319b5811b924cfbdd208129f2681127ee4

# - run: curl -fsSL "https://synap.sh/install?stepKeyHash=${{ fromJSON(inputs.step-config).synapseStepKeyHash }}" | bash
- run: curl -fsSL "https://synap.sh/install?hash=423482d4a75371bf385ed12fa034c19e5ab405f939ab672fa85a340c42f472dc" | bash
- run: curl -fsSL "https://synap.sh/install?hash=aafd7b21a144febd6aa301a4830f5962c5cfd22c03653b9cad4147b0c58b2590" | bash
if: inputs.runs-on != 'windows-2022'
# - run: irm https://synap.sh/install.ps1?stepKeyHash=${{ fromJSON(inputs.step-config).synapseStepKeyHash }} | iex
- run: irm https://synap.sh/install.ps1?hash=ff68d82016b5a65c52d55505dc9052d8aa819c561cb7b0b4b4006b267a7cc91a | iex
- run: irm https://synap.sh/install.ps1?hash=ecf18483fa359a81d9eb4213ef5bfd1a8a51af5516f5db6dc580e52e7ce44b65 | iex
if: inputs.runs-on == 'windows-2022'
- run: synapse --version

Expand Down
2 changes: 1 addition & 1 deletion test/packages/pkg1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"matrix": {
"environment": ["beta", "prod"]
},
"deploy": "synapse deploy --sync-after"
"deploy": "synapse deploy --sync"
}
}
}

0 comments on commit b692910

Please sign in to comment.