Skip to content

Commit

Permalink
Merge pull request #13 from alps-asd/alps-asd
Browse files Browse the repository at this point in the history
Update project name koriym to alps-asd
  • Loading branch information
koriym authored Nov 23, 2021
2 parents 8b595aa + 5721f12 commit cb059cc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This action generates ALPS app-state-diagram.

## Start from the skeleton

https://github.com/koriym/alps-skeleton
https://github.com/alps-asd/alps-skeleton

## Manual Setup

Expand All @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v2
- name: Generates ASD documents
uses: koriym/asd-action@v1
uses: alps-asd/asd-action@v1
id: asd
with:
config: asd.xml
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inputs:
default: profile.xml
runs:
using: docker
image: docker://ghcr.io/koriym/asd-action
image: docker://ghcr.io/alps-asd/asd-action
args:
- ${{ inputs.config }}
- ${{ inputs.profile }}
2 changes: 1 addition & 1 deletion asd.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<asd xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://koriym.github.io/app-state-diagram/asd.xsd">
xsi:noNamespaceSchemaLocation="https://alps-asd.github.io/app-state-diagram/asd.xsd">
<watch>false</watch>
</asd>
2 changes: 1 addition & 1 deletion blog/profile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:noNamespaceSchemaLocation="https://alps-io.github.io/schemas/alps.xsd">
<title>ALPS Blog</title>
<doc>An ALPS profile example for ASD</doc>
<link href="https://github.com/koriym/app-state-diagram/issues" rel="issue"/>
<link href="https://github.com/alps-asd/app-state-diagram/issues" rel="issue"/>

<!-- Ontology -->
<descriptor id="id" def="https://schema.org/identifier" title="identifier"/>
Expand Down
2 changes: 1 addition & 1 deletion blog2/profile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:noNamespaceSchemaLocation="https://alps-io.github.io/schemas/alps.xsd">
<title>ALPS Blog 2</title>
<doc>An ALPS profile example for ASD</doc>
<link href="https://github.com/koriym/app-state-diagram/issues" rel="issue"/>
<link href="https://github.com/alps-asd/app-state-diagram/issues" rel="issue"/>

<!-- Ontology -->
<descriptor id="id" def="https://schema.org/identifier" title="identifier"/>
Expand Down

0 comments on commit cb059cc

Please sign in to comment.