Skip to content

Commit

Permalink
Use branch-name output
Browse files Browse the repository at this point in the history
Use the new `branch-name` output value, rather than attempting to compute the branch name.
  • Loading branch information
martincostello committed Jun 20, 2023
1 parent ff7c703 commit 04b0f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-dotnet-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
ref: ${{ format('update-dotnet-sdk-{0}', needs.update-sdk.outputs.sdk-version) }}
ref: ${{ needs.update-sdk.outputs.branch-name }}
token: ${{ secrets.ACCESS_TOKEN }}

- name: Setup Node
Expand Down

0 comments on commit 04b0f5b

Please sign in to comment.