File 6411-gh-Checkout-otp-first-as-it-deletes-all-present-fold.patch of Package erlang
From e7bbfe3dad57194fb47a2ced6b0d16d485bd5fce Mon Sep 17 00:00:00 2001
From: Lukas Larsson <lukas@erlang.org>
Date: Fri, 7 Jul 2023 10:21:24 +0200
Subject: [PATCH] gh: Checkout otp first as it deletes all present folders
---
.github/workflows/sync-github-releases.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/sync-github-releases.yaml b/.github/workflows/sync-github-releases.yaml
index 40dc72f684..86073c0b00 100644
--- a/.github/workflows/sync-github-releases.yaml
+++ b/.github/workflows/sync-github-releases.yaml
@@ -32,12 +32,12 @@ jobs:
concurrency: erlang.github.io-deploy
runs-on: ubuntu-20.04
steps:
+ - uses: actions/checkout@v3
- uses: actions/checkout@v3
with:
token: ${{ secrets.ERLANG_TOKEN }}
repository: 'erlang/erlang.github.io'
path: erlang.github.io
- - uses: actions/checkout@v3
- name: Update PRs
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
--
2.35.3