1
mirror of https://github.com/R2Northstar/Northstar synced 2025-09-16 14:10:48 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
GeckoEidechse
ada52bb828 Bump cbrgm/mastodon-github-action to v2 (#635)
And update parameters accordingly
2024-03-03 12:22:12 +01:00
GeckoEidechse
86085f5c91 Bump CI runner to Ubuntu 22.04 (#627) 2024-02-18 22:16:46 +01:00
2 changed files with 5 additions and 6 deletions

View File

@@ -9,9 +9,8 @@ jobs:
steps:
- name: Send toot to Mastodon
id: mastodon
uses: cbrgm/mastodon-github-action@v1
uses: cbrgm/mastodon-github-action@v2
with:
message: "We just released Northstar ${{ github.event.release.tag_name }}\n\n${{ github.event.release.html_url }}"
env:
MASTODON_URL: ${{ secrets.MASTODON_URL }}
MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }}
url: ${{ secrets.MASTODON_URL }}
access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }}

View File

@@ -18,7 +18,7 @@ env:
jobs:
build-northstar:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout release files
uses: actions/checkout@v4
@@ -121,7 +121,7 @@ jobs:
TS_NAMESPACE: northstar
TS_MOD_NAME: Northstar
TS_MOD_DESCRIPTION: Titanfall 2 modding and custom server framework.
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Setup tcli
run: |