Created
July 20, 2023 14:14
-
-
Save rarmatei/eb4d6a6ad68e1a9cb6985db50d29c411 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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