Skip to content

Bump fyne.io/fyne/v2 from 2.4.2 to 2.4.3 (#11) #3

Bump fyne.io/fyne/v2 from 2.4.2 to 2.4.3 (#11)

Bump fyne.io/fyne/v2 from 2.4.2 to 2.4.3 (#11) #3

Workflow file for this run

name: Technical Writer
on:
push:
branches:
- main
jobs:
tech-docs:
name: Technical Docs
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Tech Docs
uses: dbut2/technical-writer@allow-list
with:
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
deny_list: docs,Sapphire.app,.gba
- name: Refresh git
run: |
git config --local --get remote.origin.url
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: 'update documentation'
title: 'Documentation Update'
body: 'Documentation Update'
branch: 'docs/technical-writer'
base: main