From 878fe339e2383f8d6304b1b9414cf7c7c8a27304 Mon Sep 17 00:00:00 2001 From: mgrojo Date: Thu, 16 Nov 2023 22:39:33 +0100 Subject: [PATCH] Write permission, remove failing macos and fix download badge --- .github/workflows/main.yml | 4 +++- README.md | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f6c0a03..125e708 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,6 +7,8 @@ on: pull_request: branches: [ main ] +permissions: write-all + jobs: build: name: CI on ${{ matrix.os }} @@ -15,7 +17,7 @@ jobs: strategy: matrix: - os: [macos-latest, ubuntu-latest] + os: [ubuntu-20.04, ubuntu-latest] steps: - name: Checkout diff --git a/README.md b/README.md index 72aa653..50eb49c 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,6 @@ [![Download][download-img]][download] -[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/ada-lang/Lobby) - `open_url` is a small utility to open "*.url" files under GNU/Linux. These files are Ini files used in Windows, which have this format: @@ -44,3 +42,7 @@ chmod +x open_url ``` Usage: open_url ``` + + + [download-img]: https://img.shields.io/github/downloads/mgrojo/open_url/total.svg + [download]: https://github.com/mgrojo/open_url/releases