Skip to content

Commit

Permalink
successfully changed the Level-1/code.yml (#69)
Browse files Browse the repository at this point in the history
* successfully changed the Level-1/code.yml

* Apply suggestions from code review

Co-authored-by: Deniz Onur Duzgun <[email protected]>

---------

Co-authored-by: Joseph Katsioloudes <[email protected]>
Co-authored-by: Deniz Onur Duzgun <[email protected]>
  • Loading branch information
3 people authored Apr 8, 2024
1 parent e9a138f commit 1b874fe
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Season-2/Level-1/solution.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contribute new levels to the game in 3 simple steps!
# Read our Contribution Guideline at github.com/skills/secure-code-game/blob/main/CONTRIBUTING.md

name: Jarvis Gone Wrong
name: CODE - Jarvis Gone Wrong

on:
push:
Expand All @@ -14,12 +14,11 @@ jobs:
permissions:
contents: read
steps:
- name: Check out code
uses: actions/checkout@v3

- name: Check GitHub Status
run: |
curl https://www.githubstatus.com/api/v2/status.json
STATUS=$(curl -s https://www.githubstatus.com/api/v2/status.json | jq -r '.status.description')
echo "GitHub Status: $STATUS"
# Solution Explanation

Expand Down

0 comments on commit 1b874fe

Please sign in to comment.