Skip to content

Commit 6d5c55c

Browse files
committed
add logging
1 parent b430d71 commit 6d5c55c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/nuget-lockfile-sync.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,11 @@ jobs:
1414
update-lock-files:
1515
name: Auto Sync Lock Files
1616
runs-on: ubuntu-latest
17-
outputs:
18-
commit_pushed: ${{ steps.sync_commit.outputs.commit_pushed }}
1917
steps:
2018
- name: Checkout Repo
2119
uses: actions/checkout@v4
2220
with:
23-
# For PR-triggered parent workflow, head_ref will be available via github.head_ref there; here we just checkout default ref passed in
24-
fetch-depth: 0
21+
ref: ${{ github.head_ref }}
2522

2623
- name: Setup .NET
2724
uses: actions/setup-dotnet@v4
@@ -39,6 +36,7 @@ jobs:
3936
git config --global user.name 'dependabot[bot]'
4037
git config --global user.email '[email protected]'
4138
39+
echo '*****STARTING*****'
4240
git branch --show-current
4341
git status
4442
git add -A

0 commit comments

Comments
 (0)