From f04991c352f004dd764107c95f83f26543cbe80c Mon Sep 17 00:00:00 2001 From: Ryo Nakano Date: Sat, 2 Aug 2025 01:52:19 +0000 Subject: [PATCH] Actions: Use main branch --- .github/workflows/main.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4cd237d6..fe275d67 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,4 +38,4 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: elementary/actions/vala-lint@master + - uses: elementary/actions/vala-lint@main diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c55167b5..ebbe16a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: if: github.event.pull_request.merged == true && true == contains(join(github.event.pull_request.labels.*.name), 'Release') steps: - uses: actions/checkout@v4 - - uses: elementary/actions/release@master + - uses: elementary/actions/release@main env: GIT_USER_TOKEN: "${{ secrets.GIT_USER_TOKEN }}" GIT_USER_NAME: "elementaryBot"