Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

successfully changed the Level-1/code.yml #69

Merged
merged 2 commits into from
Apr 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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