Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Refine actions (fixup)
Browse files Browse the repository at this point in the history
try rename-to: vendir

+ ./vendor.sh
./vendor.sh: line 2: vendir: command not found
  • Loading branch information
gberche-orange committed Sep 25, 2023
1 parent c83f068 commit 6dde9af
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/on-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
cache: enable
extension-matching: disable
chmod: 0755
rename-to: vendir

- name: Install yq cli
#See https://github.com/marketplace/actions/install-a-binary-from-github-releases
Expand All @@ -43,6 +44,8 @@ jobs:
repo: mikefarah/yq
tag: v4.34.2
cache: enable
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # reduce potential rate limiting

- name: vendor-add-blob
env:
Expand All @@ -51,8 +54,8 @@ jobs:
AWS_BOSH_SECRET_ACCES_KEY: ${{ secrets.AWS_BOSH_SECRET_ACCES_KEY }}
run: |
set -x # enable traces
pwd
find .
#pwd
#find .
# configure git
git config --global user.name "actions/k3s-boshrelease"
git config --global user.email "<>"
Expand Down

0 comments on commit 6dde9af

Please sign in to comment.