Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: canonical/ubuntu-pro-for-wsl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3c54edb3034f9c4fb18a6c1edb6744523348348d
Choose a base ref
..
head repository: canonical/ubuntu-pro-for-wsl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d2a289581563a4255c37147841d2c2fcdb851fea
Choose a head ref
Showing with 6 additions and 2 deletions.
  1. +2 −2 .github/actions/update-workspace-dependencies/update-workspace-dependencies.sh
  2. +4 −0 .github/workflows/auto-updates.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash
set -eu

repo="github.com/${GITHUB_ACTION_REPOSITORY}"
repo="github.com/${GITHUB_REPOSITORY}"

# Gather all go modules
modules=$(go work edit -json \
modules=$(go work edit -json \
| jq -r '.Use | keys[] as $k | "\(.[$k].DiskPath)"' \
| sed $'s#\.\/##' \
)
4 changes: 4 additions & 0 deletions .github/workflows/auto-updates.yaml
Original file line number Diff line number Diff line change
@@ -129,6 +129,10 @@ jobs:
uses: ./.github/actions/setup-git
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up go
uses: actions/setup-go@v4
with:
go-version-file: go.work
- name: Update submodules
uses: ./.github/actions/update-workspace-dependencies
- name: Create Pull Request