Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Samruddhi Khandale <[email protected]>
  • Loading branch information
sliekens and samruddhikhandale authored Sep 6, 2023
1 parent 37c220f commit 059221f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-dotnet-install-script.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Update dotnet-install script"
name: "Updates vendor 'dotnet-install' script"
on:
workflow_dispatch:
schedule:
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Create a PR for dotnet-install.sh
id: push_image_info
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT }}
run: |
set -e
echo "Start."
Expand All @@ -28,7 +28,7 @@ jobs:
branch=automated-script-update-$GITHUB_RUN_ID
git checkout -b $branch
message='Automated dotnet-install script update'
message='[Updates] Automated vendor 'dotnet-install' script'
# Add / update and commit
git add src/dotnet/scripts/vendor/dotnet-install.sh
Expand Down

0 comments on commit 059221f

Please sign in to comment.