Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SofiDevO authored Sep 29, 2024
1 parent 25338a1 commit e7ea421
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- name: Get global node ID
id: get-repo-id
uses: nvdaes/get-repository-id@v1
with:
repository: owner/repo

- name: Print Output
id: output
run: echo "${{ steps.get-repo-id.outputs.repo-id }}"

0 comments on commit e7ea421

Please sign in to comment.