Skip to content

Commit 9bdd135

Browse files
committed
chore: remove references to the old repo
1 parent 32d72d1 commit 9bdd135

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Since GitHub does not offer this feature, I decided to create it myself.
4040

4141
echo "THIS_GIT_TAGS=${THIS_GIT_TAGS}" >> "${GITHUB_ENV}"
4242
- name: Run custom action
43-
uses: 64J0/git-tag-to-workflow-dispatch@master
43+
uses: FsharpGHActions/git-tag-to-workflow-dispatch@master
4444
with:
4545
values-to-take: 5
4646
workflow-file-name: ${{ matrix.files }}

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
# TODO automate the update of the tag for download
3939
- name: Download the self-contained .NET program
4040
shell: bash
41-
run: wget https://github.com/64J0/git-tag-to-workflow-dispatch/releases/download/v0.0.005/fsharp-program.tar.gz
41+
run: wget https://github.com/FsharpGHActions/git-tag-to-workflow-dispatch/releases/download/v0.0.005/fsharp-program.tar.gz
4242
- name: Uncompress the .NET program
4343
shell: bash
4444
run: tar -xf fsharp-program.tar.gz out/

0 commit comments

Comments
 (0)