Skip to content

Commit

Permalink
Merge pull request #5 from weak-kajuma/development
Browse files Browse the repository at this point in the history
github actionのバグを修正2
  • Loading branch information
weak-kajuma authored Sep 10, 2023
2 parents f06a38e + dddfaf1 commit f26ef62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2

- name: Copy product.app.yaml
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
run: |
cp product.app.yaml app.yaml
echo ${{ secrets.PRODUCT_SECRET }} | base64 -d > secret.yaml
Expand Down

0 comments on commit f26ef62

Please sign in to comment.