Skip to content

Commit

Permalink
feature add to get holidays #2 mod actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kynmh69 committed Mar 10, 2024
1 parent 3109d25 commit bd70f48
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
cache-dependency-path: |
src/go.sum
- name: setup bash_profile
run: |
echo 'export GOPATH="$HOME/go"' >>~/.bash_profile
echo 'PATH="$GOPATH/bin:$PATH"' >>~/.bash_profile
- name: run migration
working-directory: ${{ env.UPDATER_DIR }}
run: |
Expand Down

0 comments on commit bd70f48

Please sign in to comment.