Skip to content

Commit

Permalink
Add name to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lil5 committed Dec 18, 2024
1 parent 66067e3 commit 7874519
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/update-output.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
defaults:
run:
shell: bash
name: Update Output

on: workflow_dispatch

permissions:
contents: read
pull-requests: write

on: workflow_dispatch
defaults:
run:
shell: bash

jobs:
build:
Expand Down

0 comments on commit 7874519

Please sign in to comment.