Skip to content

Commit 17d81e9

Browse files
committed
Temporary change to upgrade-git-for-windows for testing
This is to test (in #68) that changes to the composite action, as it is used in `ci.yml`, are immediately reflected. This commit shall be reverted after testing.
1 parent 231f77b commit 17d81e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/upgrade-git-for-windows/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ runs:
1313
using: composite
1414

1515
steps:
16+
- name: Step that shall be removed # FIXME: Remove this step after testing.
17+
run: Write-Output '::notice:: This notice is for testing and shall be removed.'
18+
shell: pwsh
1619
- name: Report version/build of Git in this runner image
1720
run: git version --build-options
1821
shell: pwsh

0 commit comments

Comments
 (0)