Skip to content

Commit

Permalink
Merge pull request #210 from the-hideout/task-images
Browse files Browse the repository at this point in the history
Add taskImageLink
  • Loading branch information
GrantBirki authored Jul 25, 2023
2 parents 887f923 + 7476bdf commit 88de671
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: github/branch-deploy@v6.0.0
- uses: github/branch-deploy@v7.0.0
id: branch-deploy
with:
admins: the-hideout/core-contributors
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
# https://github.com/github/branch-deploy/blob/d3c24bd92505e623615b75ffdfac5ed5259adbdb/docs/merge-commit-strategy.md
- name: deployment check
uses: github/branch-deploy@v6.0.0
uses: github/branch-deploy@v7.0.0
id: deployment-check
with:
merge_deploy_mode: "true"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unlock-on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: unlock on merge
uses: github/branch-deploy@v6.0.0
uses: github/branch-deploy@v7.0.0
id: unlock-on-merge
with:
unlock_on_merge_mode: "true" # <-- indicates that this is the "Unlock on Merge Mode" workflow
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"license": "ISC",
"devDependencies": {
"newman": "^5.3.2",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"wrangler": "^2.19.0"
},
"dependencies": {
Expand Down
1 change: 1 addition & 0 deletions schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,7 @@ type Task {
map: Map
experience: Int!
wikiLink: String
taskImageLink: String
minPlayerLevel: Int
taskRequirements: [TaskStatusRequirement]!
traderRequirements: [RequirementTrader]!
Expand Down

0 comments on commit 88de671

Please sign in to comment.