Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from byu-oit/rename
Browse files Browse the repository at this point in the history
rename repo to follow standard
  • Loading branch information
GaryGSC authored May 29, 2020
2 parents bbc7922 + 1e0dbd5 commit 61e8e99
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ![BYU logo](https://www.hscripts.com/freeimages/logos/university-logos/byu/byu-logo-clipart-128.gif) disallow-concurrent-runs
# ![BYU logo](https://www.hscripts.com/freeimages/logos/university-logos/byu/byu-logo-clipart-128.gif) github-action-disallow-concurrent-runs
A GitHub Action for disallowing concurrent workflow runs

Unfortunately, GitHub Actions does not currently have a way to queue workflows.
Expand All @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Disallow Concurrent Runs
uses: byu-oit/disallow-concurrent-runs@v1
uses: byu-oit/github-action-disallow-concurrent-runs@v1
with:
token: ${{ github.token }}
# ... The rest of your deployment
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "disallow-concurrent-runs",
"name": "github-action-disallow-concurrent-runs",
"version": "1.0.0",
"description": "Disallow Concurrent Runs",
"main": "index.js",
Expand All @@ -9,7 +9,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/byu-oit/disallow-concurrent-runs.git"
"url": "git+https://github.com/byu-oit/github-action-disallow-concurrent-runs.git"
},
"keywords": [
"GitHub",
Expand All @@ -19,9 +19,9 @@
"author": "Gary Crye <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/byu-oit/disallow-concurrent-runs/issues"
"url": "https://github.com/byu-oit/github-action-disallow-concurrent-runs/issues"
},
"homepage": "https://github.com/byu-oit/disallow-concurrent-runs#readme",
"homepage": "https://github.com/byu-oit/github-action-disallow-concurrent-runs#readme",
"dependencies": {
"@actions/core": "^1.2.4",
"@actions/github": "^2.2.0"
Expand Down

0 comments on commit 61e8e99

Please sign in to comment.