Blunder Mistake!!

This commit is contained in:
Varun 2020-10-21 10:25:49 +05:30
parent 384b6c5ea4
commit 9049bceb4e
No known key found for this signature in database
GPG key ID: 93FB46DCF16E0D6F
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
```dockerfile
FROM alpine:latest
ADD https://raw.githubusercontent.com/varunsridharan/actions-alpine/master/setup-alpine.sh /
ADD https://raw.githubusercontent.com/varunsridharan/actions-toolkit/master/setup-alpine.sh /
RUN chmod uga+x /setup-alpine.sh
RUN sh /setup-alpine.sh
```

View file

@ -3,7 +3,7 @@ FROM php:cli-alpine
#####################################
#### Install Required Dependency ####
#####################################
ADD https://raw.githubusercontent.com/varunsridharan/actions-alpine/main/setup-alpine.sh /
ADD https://raw.githubusercontent.com/varunsridharan/actions-toolkit/main/setup-alpine.sh /
########################################
#### Configure Required Dependency #####

View file

@ -3,7 +3,7 @@ FROM alpine:latest
#####################################
#### Install Required Dependency ####
#####################################
ADD https://raw.githubusercontent.com/varunsridharan/actions-alpine/main/setup-alpine.sh /
ADD https://raw.githubusercontent.com/varunsridharan/actions-toolkit/main/setup-alpine.sh /
########################################
#### Configure Required Dependency #####