Skip to content

Commit

Permalink
Merge branch 'main' into Sugamgoel28-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanvir committed Sep 3, 2023
2 parents 69c13c7 + 4382795 commit d5008c8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
6 changes: 3 additions & 3 deletions action/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
multipart-post (2.1.1)
octokit (4.14.0)
sawyer (~> 0.8.0, >= 0.5.3)
public_suffix (3.0.3)
public_suffix (5.0.0)
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
Expand Down
13 changes: 12 additions & 1 deletion attendees.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// add your handle below.
@Sugamgoel28
@saqlainkaleem
@nayanprasad
@bobbyy16
@MitAbhay
Expand Down Expand Up @@ -76,6 +77,7 @@
@DhanushNehru
@0xMRTT
@priyapahwa
@Smit-05
@rushikeshsuryawanshi
@whoadood
@eagerashwani
Expand All @@ -89,4 +91,13 @@
@rupeshexe
@bashlogs
@mohammadshaad

@krishstwt
@Inmoresentum
@mnamesujit
@vijay2249
@abbasaziz
@w3bdesign
@www4rr10r
@pranita28Dane
@TanvirOnGH
@LucasHT22
2 changes: 1 addition & 1 deletion workshop/part1-hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ i.e. GITHUB_ACTOR.
run: |
echo "hello $GITHUB_ACTOR"

Find out more about the [default environment variables](https://help.github.com/en/articles/virtual-environments-for-github-actions#default-environment-variables) available for you to leverage.
Find out more about the [default environment variables](https://docs.github.com/en/actions/learn-github-actions/environment-variables) available for you to leverage.

You will find in the docs, in addition to the `GITHUB_ACTOR` secret variable, the `GITHUB_TOKEN` variables is available for us to perform Actions on our own repos.

Expand Down

0 comments on commit d5008c8

Please sign in to comment.