diff options
| author | Albin <albin@mullvad.net> | 2023-04-24 16:03:46 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-04-24 16:03:46 +0200 |
| commit | bc3bb75d1f0d7646b50e06a3e3bd8117c076e4f0 (patch) | |
| tree | 0915f9b5de9c38b6641262f8546d7e2c586b9d1e /.github/workflows | |
| parent | 2fde88c4822fbecd1281a9c735d1e73e56824f16 (diff) | |
| download | mullvadvpn-bc3bb75d1f0d7646b50e06a3e3bd8117c076e4f0.tar.xz mullvadvpn-bc3bb75d1f0d7646b50e06a3e3bd8117c076e4f0.zip | |
Fix XML action workflow path
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/android-xml-format-check.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android-xml-format-check.yml b/.github/workflows/android-xml-format-check.yml index 5c4ecc2616..0079153e29 100644 --- a/.github/workflows/android-xml-format-check.yml +++ b/.github/workflows/android-xml-format-check.yml @@ -3,7 +3,7 @@ name: Android - Check XML formatting on: pull_request: paths: - - .github/workflows/android-xml-tidy.yml + - .github/workflows/android-xml-format-check.yml - android/app/src/main/**/*.xml workflow_dispatch: jobs: |
