Skip to content

Instantly share code, notes, and snippets.

@rarmatei
Created July 20, 2023 14:14
Show Gist options
  • Save rarmatei/eb4d6a6ad68e1a9cb6985db50d29c411 to your computer and use it in GitHub Desktop.
Save rarmatei/eb4d6a6ad68e1a9cb6985db50d29c411 to your computer and use it in GitHub Desktop.
name: "NxCloud Git Checkout step"
description: "Clone a repository at the current commit inside an NxCloud workflow"
runs:
using: ubuntu
steps:
- name: Run some command in bash
run: echo "from inside actions file"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment