Document the fact that set
works with STDIN if the value is omitted
#274
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: build | |
on: [push, pull_request] | |
jobs: | |
build: | |
uses: charmbracelet/meta/.github/workflows/build.yml@main | |
snapshot: | |
uses: charmbracelet/meta/.github/workflows/snapshot.yml@main | |
secrets: | |
goreleaser_key: ${{ secrets.GORELEASER_KEY }} |