Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1b874fe

Browse filesBrowse files
Debshibraj123jkcsodduzgun-security
authored
successfully changed the Level-1/code.yml (#69)
* successfully changed the Level-1/code.yml * Apply suggestions from code review Co-authored-by: Deniz Onur Duzgun <59659739+dduzgun-security@users.noreply.github.com> --------- Co-authored-by: Joseph Katsioloudes <jkcso@github.com> Co-authored-by: Deniz Onur Duzgun <59659739+dduzgun-security@users.noreply.github.com>
1 parent e9a138f commit 1b874fe
Copy full SHA for 1b874fe

File tree

Expand file treeCollapse file tree

1 file changed

+4
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-5
lines changed

‎Season-2/Level-1/solution.yml

Copy file name to clipboardExpand all lines: Season-2/Level-1/solution.yml
+4-5Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Contribute new levels to the game in 3 simple steps!
22
# Read our Contribution Guideline at github.com/skills/secure-code-game/blob/main/CONTRIBUTING.md
33

4-
name: Jarvis Gone Wrong
4+
name: CODE - Jarvis Gone Wrong
55

66
on:
77
push:
@@ -14,12 +14,11 @@ jobs:
1414
permissions:
1515
contents: read
1616
steps:
17-
- name: Check out code
18-
uses: actions/checkout@v3
19-
2017
- name: Check GitHub Status
2118
run: |
22-
curl https://www.githubstatus.com/api/v2/status.json
19+
STATUS=$(curl -s https://www.githubstatus.com/api/v2/status.json | jq -r '.status.description')
20+
echo "GitHub Status: $STATUS"
21+
2322
2423
# Solution Explanation
2524

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.