Skip to content

Commit

Permalink
updated freebsd vmaction script to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhangui committed Dec 6, 2023
1 parent 48a893f commit 4e67fd0
Show file tree
Hide file tree
Showing 13 changed files with 44 additions and 44 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bogofilter-wordlist-freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ on:

jobs:
testfreebsd:
runs-on: macos-12
runs-on: ubuntu-latest
name: FreeBSD
env:
MYTOKEN : ${{ secrets.MYTOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: build bogofilter-wordlist
id: FreeBSD
uses: vmactions/freebsd-vm@v0.3.1
uses: vmactions/freebsd-vm@v1
with:
envs: 'MYTOKEN'
usesh: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/courier-imap-freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ on:

jobs:
testfreebsd:
runs-on: macos-12
runs-on: ubuntu-latest
name: FreeBSD
env:
MYTOKEN : ${{ secrets.MYTOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: build courier-imap
id: FreeBSD
uses: vmactions/freebsd-vm@v0.3.1
uses: vmactions/freebsd-vm@v1
with:
envs: 'MYTOKEN'
usesh: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/fetchmail-freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ on:

jobs:
testfreebsd:
runs-on: macos-12
runs-on: ubuntu-latest
name: FreeBSD
env:
MYTOKEN : ${{ secrets.MYTOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: build fetchmail
id: FreeBSD
uses: vmactions/freebsd-vm@v0.3.1
uses: vmactions/freebsd-vm@v1
with:
envs: 'MYTOKEN'
usesh: true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/indimail-freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@ on:

jobs:
testfreebsd:
runs-on: macos-12
runs-on: ubuntu-latest
name: FreeBSD
env:
MYTOKEN : ${{ secrets.MYTOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
path: main
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: mbhangui/libqmail
path: libqmail
- name: build indimail
id: FreeBSD
uses: vmactions/freebsd-vm@v0.3.1
uses: vmactions/freebsd-vm@v1
with:
envs: 'MYTOKEN'
usesh: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/indimail-spamfilter-freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ on:

jobs:
testfreebsd:
runs-on: macos-12
runs-on: ubuntu-latest
name: FreeBSD
env:
MYTOKEN : ${{ secrets.MYTOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: build indimail-spamfilter
id: FreeBSD
uses: vmactions/freebsd-vm@v0.3.1
uses: vmactions/freebsd-vm@v1
with:
envs: 'MYTOKEN'
usesh: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/indimail-utils-freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ on:

jobs:
testfreebsd:
runs-on: macos-12
runs-on: ubuntu-latest
name: FreeBSD
env:
MYTOKEN : ${{ secrets.MYTOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: build indimail-utils
id: FreeBSD
uses: vmactions/freebsd-vm@v0.3.1
uses: vmactions/freebsd-vm@v1
with:
envs: 'MYTOKEN'
usesh: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/indium-freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ on:

jobs:
testfreebsd:
runs-on: macos-12
runs-on: ubuntu-latest
name: FreeBSD
env:
MYTOKEN : ${{ secrets.MYTOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: build indium
id: FreeBSD
uses: vmactions/freebsd-vm@v0.3.1
uses: vmactions/freebsd-vm@v1
with:
envs: 'MYTOKEN'
usesh: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ircube-freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ on:

jobs:
testfreebsd:
runs-on: macos-12
runs-on: ubuntu-latest
name: FreeBSD
env:
MYTOKEN : ${{ secrets.MYTOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: build ircube
id: FreeBSD
uses: vmactions/freebsd-vm@v0.3.1
uses: vmactions/freebsd-vm@v1
with:
envs: 'MYTOKEN'
usesh: true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/iwebadmin-freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ on:

jobs:
testfreebsd:
runs-on: macos-12
runs-on: ubuntu-latest
name: FreeBSD
env:
MYTOKEN : ${{ secrets.MYTOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
path: main
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: mbhangui/libqmail
path: libqmail
- name: build iwebadmin
id: FreeBSD
uses: vmactions/freebsd-vm@v0.3.1
uses: vmactions/freebsd-vm@v1
with:
envs: 'MYTOKEN'
usesh: true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/logalert-freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ on:

jobs:
testfreebsd:
runs-on: macos-12
runs-on: ubuntu-latest
name: FreeBSD
env:
MYTOKEN : ${{ secrets.MYTOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
path: main
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: mbhangui/libqmail
path: libqmail
- name: build logalert
id: FreeBSD
uses: vmactions/freebsd-vm@v0.3.1
uses: vmactions/freebsd-vm@v1
with:
envs: 'MYTOKEN'
usesh: true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/nssd-freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ on:

jobs:
testfreebsd:
runs-on: macos-12
runs-on: ubuntu-latest
name: FreeBSD
env:
MYTOKEN : ${{ secrets.MYTOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
path: main
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: mbhangui/libqmail
path: libqmail
- name: build nssd
id: FreeBSD
uses: vmactions/freebsd-vm@v0.3.1
uses: vmactions/freebsd-vm@v1
with:
envs: 'MYTOKEN'
usesh: true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pam-multi-freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ on:

jobs:
testfreebsd:
runs-on: macos-12
runs-on: ubuntu-latest
name: FreeBSD
env:
MYTOKEN : ${{ secrets.MYTOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
path: main
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: mbhangui/libqmail
path: libqmail
- name: build pam-multi
id: FreeBSD
uses: vmactions/freebsd-vm@v0.3.1
uses: vmactions/freebsd-vm@v1
with:
envs: 'MYTOKEN'
usesh: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/procmail-freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ on:

jobs:
testfreebsd:
runs-on: macos-12
runs-on: ubuntu-latest
name: FreeBSD
env:
MYTOKEN : ${{ secrets.MYTOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: build procmail
id: FreeBSD
uses: vmactions/freebsd-vm@v0.3.1
uses: vmactions/freebsd-vm@v1
with:
envs: 'MYTOKEN'
usesh: true
Expand Down

0 comments on commit 4e67fd0

Please sign in to comment.