Skip to content

Commit

Permalink
TEMP
Browse files Browse the repository at this point in the history
  • Loading branch information
bitspittle committed Mar 20, 2024
1 parent 4fb69b0 commit 356360d
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/aur-temp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Generate AUR

on:
workflow_dispatch:
inputs:
dryRun:
description: 'Dry run'
type: boolean
required: true
default: true

jobs:
update-aur-package:
runs-on: ubuntu-latest
if: github.event.inputs.dryRun == 'false'
steps:
- name: Print github.ref
run: echo "The value of github.ref is ${{ github.ref }}"

# steps:
# - name: Update AUR Package
# uses: aksh1618/update-aur-package@v1.0.5
# with:
# tag_version_prefix: bv # Tags for cli releases are of the form v0.9.6
# package_name: kobweb
# commit_username: phi1309
# commit_email: phi1309@protonmail.com
# ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}

0 comments on commit 356360d

Please sign in to comment.