Skip to content

Commit

Permalink
Update xx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik authored Jan 6, 2024
1 parent c47fe5b commit 6c6509f
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions .github/workflows/xx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,23 @@ on:
- workflow
- releases


jobs:

build:
name: "Build generic Armbian X86 SDK"
runs-on: ubuntu-latest
steps:
- uses: sgpublic/[email protected]
with:
# repo: '<owner>/<repoName>' # you can input a another repo here, defaults to current repo
release-drop: true
release-keep-count: 2
release-drop-tag: true
pre-release-drop: true
pre-release-keep-count: -1
pre-release-drop-tag: true
draft-drop: true
draft-drop-count: -1
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
name: Recreate action
if: ${{ github.repository_owner == 'Armbian' }}
runs-on: linux
steps:
- uses: sgpublic/[email protected]
with:
# repo: '<owner>/<repoName>' # you can input a another repo here, defaults to current repo
release-drop: true
release-keep-count: 2
release-drop-tag: true
pre-release-drop: true
pre-release-keep-count: -1
pre-release-drop-tag: true
draft-drop: true
draft-drop-count: -1
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}

0 comments on commit 6c6509f

Please sign in to comment.