Skip to content

Commit

Permalink
go
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheaps committed Dec 6, 2023
1 parent 6a114b5 commit e45ff25
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-formulae.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: '[Debug] print github context with proper escaping'
run: |
echo "${{ toJson(github) }}"
- uses: actions/checkout@v4
- id: list-formulae
run: |
Expand Down
8 changes: 5 additions & 3 deletions Formula/devsetup-base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ class DevsetupBase < Formula
sha256 "b14702dd54ea5c48d2ebeb6425015c14794159a6b9d342178c81d2f2e79ed2db"
version '0.0.8' # bump me if you want people to re-install these things, like if the list changed.

# if these are installed from this tap, then devsetup upgrade-all will upgrade them
# if you want to reference another formula in another tap here so that it _will_ get upgraded, use
# devsetup alias <formula>
# if these are installed from this tap, then devsetup upgrade-all will upgrade
# them, otherwise the dependencies will only get upgraded if this formula changes.

# if you want to reference another formula in another tap here so that it _will_ get
# upgraded, use `devsetup alias <formula>`, then reference it with nsheaps/devsetup/<original>
depends_on "git"
# depends_on "python3"
# depends_on "ansible"
Expand Down

0 comments on commit e45ff25

Please sign in to comment.