Skip to content

Commit

Permalink
requisites
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Jul 5, 2024
1 parent 58f5ae9 commit fa680a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ jobs:
. "$Env:TEMP/au/scripts/Install-AU.ps1" $Env:au_version
import-module "$(Get-Location)\scripts\au_extensions.psm1" -global
choco apikey --key ${{ secrets.CHOCO_API_KEY }} --source https://push.chocolatey.org/
.\au\requisites.ps1
- name: System information
run: |
Expand All @@ -103,6 +102,7 @@ jobs:
. ./scripts/EventLogs.ps1
Clear-EventLogs
rm "$env:ChocolateyInstall\logs\*.log"
.\au\requisites.ps1
au/update_all.ps1 -ForcedPackages $env:FORCED_PACKAGES
git pull
git push origin master
Expand Down

0 comments on commit fa680a9

Please sign in to comment.