Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Darth-Tech/samwise-cli-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

samwise-cli-action

GitHub action to check your outdated custom Tf modules and update the report to the pull request. Uses samwise-cli under the hood.

Usage

This action is configured to update PR comments. Using it on "push" type pipelines is not feasible, although the report will be visible in the logs.

- name: samwise-tf-modules-update-report
  uses: Darth-Tech/[email protected]
  with:
      SAMWISE_CLI_GIT_USER: gdna-devops
      SAMWISE_CLI_GIT_KEY: ${{ secrets.GIT_ACCESS_TOKEN }}
      GIT_ACCESS_TOKEN: ${{ secrets.GIT_ACCESS_TOKEN }}
      DEPTH: 0
      REPO_PATH: .
      IGNORE: ".git,.github,.idea"
      VERBOSITY: info

About

GitHub action to check your outdated custom Tf modules and update the report to the pull request

Resources

License

Stars

Watchers

Forks

Packages

No packages published