Skip to content

Commit

Permalink
Merge pull request #1 from sakebook/fix/dir
Browse files Browse the repository at this point in the history
Fix create directory path
  • Loading branch information
sakebook authored Oct 13, 2019
2 parents d5c98f1 + 9645fc7 commit 850913b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
on: [push]

on:
push:
branches:
- 'test/*'
- '!master'
jobs:
test_job:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ check_credentials() {

copy_credential() {
echo "Copy credentials"
mkdir -p .pub-cache
mkdir -p ~/.pub-cache
cat <<EOF > ~/.pub-cache/credentials.json
$INPUT_CREDENTIAL
EOF
Expand Down

0 comments on commit 850913b

Please sign in to comment.