Skip to content

Commit

Permalink
chore: remove checkout step from cache GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
florkbr committed Nov 22, 2024
1 parent b671143 commit b1f201c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .github/actions/cache/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ description: Retrieve and cache project node_modules
runs:
using: "composite"
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
# cache node modules for all jobs to use
- uses: actions/cache@v4
id: node_modules-cache
Expand Down
1 change: 1 addition & 0 deletions .github/actions/release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ runs:
env:
# skip the git hooks
HUSKY: 0
GH_TOKEN: ${{ inputs.gh_token }}
GITHUB_TOKEN: ${{ inputs.gh_token }}
run: npx nx affected --base=last-release --parallel=1 --baseBranch=master --target=version --trackDeps --postTargets=build,deploy,github --exclude=@redhat-cloud-services/executors,demo
- name: Tag last-release
Expand Down

0 comments on commit b1f201c

Please sign in to comment.