Skip to content

Commit

Permalink
Merge pull request #308 from AArnott/workflowfixes
Browse files Browse the repository at this point in the history
Fix to avoid deprecation warning
  • Loading branch information
AArnott authored Nov 13, 2024
2 parents e935b27 + 57a21a8 commit 0683b79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/libtemplate-update.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Library.Template update

# PREREQUISITE: This workflow requires the repo to be configured to allow workflows to push commits and create pull requests.
# PREREQUISITE: This workflow requires the repo to be configured to allow workflows to create pull requests.
# Visit https://github.com/USER/REPO/settings/actions
# Under "Workflow permissions", select "Read and write permissions" and check "Allow GitHub Actions to create ...pull requests"
# Under "Workflow permissions" check "Allow GitHub Actions to create ...pull requests"
# Click Save.

on:
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
if ((git rev-list FETCH_HEAD ^HEAD --count) -eq 0) {
Write-Host "There are no Library.Template updates to merge."
echo "::set-output name=uptodate::true"
echo "uptodate=true" >> $env:GITHUB_OUTPUT
exit 0
}
Expand Down

0 comments on commit 0683b79

Please sign in to comment.